Check bulk export status

Poll the Content-Location URL returned by an export kick-off. While the job is running, returns 202 with a Status: In Progress header (note: not the Bulk Data IG's X-Progress header) and Retry-After: 120 (a fixed value, not based on job size). When complete, returns 200 with the export manifest as the body (application/json, not application/fhir+json).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The job id from the kick-off response's Content-Location URL.

Responses

202

In progress. Headers: Status: In Progress, Retry-After: 120.

401

Unauthorized.

404

Not found (includes a cancelled job — see DELETE below).

500

The export job failed.

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json