Skip to main content

Export Poll Status Operation

OPERATION: GET [base]/$export-poll-status

This operation checks the status of an export by its id. This URL will be included as the Content-Location response header when an export request is accepted. When the export is complete, the payload will include the URLs used to download the export and error files.

Examples

Read

This operation checks the status of an export by its id.

curl -X GET 'https://fhir.netsmartcloud.com/uscore/v1/bulk-data/$export-poll-status?_id=0a92ed26-5c99-43d6-a425-2dc3f11f35db' \
-H "Authorization: {Bearer Token}" \
-H "Accept: application/fhir+json"

Delete

This operation cancels an export by its id.

curl -X DELETE 'https://fhir.netsmartcloud.com/uscore/v1/bulk-data/$export-poll-status?_id=0a92ed26-5c99-43d6-a425-2dc3f11f35db' \
-H "Authorization: {Bearer Token}" \
-H "Accept: application/fhir+json"