Retrieve completed or failed items list optionally with content for a specific batch
Batch Items
Fetches the list of items processed for a batch.
GET
Retrieve completed or failed items list optionally with content for a specific batch
Authorizations
Bearer authentication header of the form Bearer , where is your auth token.
Path Parameters
The ID of the batch to retrieve items for.
Query Parameters
Status of the URLs to retrieve (completed or failed).
Available options:
completed, failed Pagination cursor. Omit this parameter on the first request. For subsequent requests, use the cursor value from the previous response. See Pagination for details.
Number of results to return (recommended 10-50).