Get List of Bulk Export Download Details

Use this paginated API to retrieve the download details for a bulk export. The response will include the authorization token (expires after 1 hour), file name, and URL that you can include within the following cURL command to download the export files:

curl --header "Authorization: Bearer <TOKEN_FROM_RESPONSE>" --output "<FILENAME_FROM_RESPONSE>" -fL "URL_FROM_RESPONSE"
πŸ—’

Things to Know

  • Your export may generate multiple files to preserve download speeds. Each file name and URL will contain a unique authorization token.
Path Params
uuid
required

The unique identifier for the bulk export.

Query Params
string

Continuation Token for fetching the next set of records.

int32
1 to 500

Maximum number of records to be fetched.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
Response
Choose an example:
application/json
*/*