Data Export
Get Job Results
Retrieves the results of a completed job using the job ID.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier for the job whose results need to be retrieved.
Query Parameters
Number of rows to skip for pagination. Default is 0.
Read more about Retrieving Data in Batches for usage examples.
Number of rows to retrieve. Maximum valid value is 500. Default is 100. Use with the offset query parameter to paginate and retrieve more than the first 500 results.
Read more about Retrieving Data in Batches for usage examples.
Response
200
application/json
Successful retrieval of job results.
The response is of type object
.