data

Get data file

Returns the NDJSON file of data generated by an export job, which can be found via the jobs/{jobId} response. Will be in the format <UUID>.ndjson or <UUID>-error.ndjson. Gzip is highly encouraged for faster downloads.

get/data/{jobId}/{filename}

Path parameters

jobIdinteger required

ID of data export job

filenamestring required

Name of file to be downloaded

Headers

Accept-Encoding'gzip'

Encoding type to use

Response

File of newline-delimited JSON FHIR objects

Changes

No recorded changes to this endpoint across all 2 revisions of this API.