# GET /v4/internal/payload/jobs/{jobId}

_Merkl API_

Get the status of an async Safe file analysis job. Poll this endpoint to check progress and retrieve results when completed.

### Path parameters

- `jobId` (string) _(required)_

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/internal/payload/jobs/{jobId}" \
  -H "x-api-key: YOUR_API_KEY"
```