Retrieves the results of a completed job using the job ID.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique identifier for the job whose results need to be retrieved.
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.
Successful retrieval of job results.
The response is of type object
.