Check Data Export Status
GET https://{{API_URL}}/data_exports/status?search_id=int32
Get all results from a previously created asynchronous search using the search_id. This is useful for checking if a search is already in progress, failed, or expired.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
search_id | string | Get status of a previously created asynchronous search from search_id. |