Get Request Status
Check the status of the EHI Export Task.
This is a polling endpoint intended for informational purposes only. It does not return the actual medical records or a download_link
.
Instead, the download_link
will be sent asynchronously to a customer-defined webhook.
We use webhooks to deliver the download_link
because they are more reliable and scalable for background job completion.
Polling this endpoint repeatedly introduces unnecessary load and latency for your system and ours. Webhooks enable
instant delivery of results the moment they’re ready.
If your webhook is not configured, you will not be able to retrieve the exported EHI.
This endpoint requires an API public id & private key for authentication. Do not expose these keys in the browser.
Authorizations
Basic Authentication, containing API Public Id and Private Key generated from the Fasten Connect Portal. Do not expose these keys in the browser.
Path Parameters
Task Id
Response
successful operation
The response is of type object
.