Retrieve completed or failed items list optionally with content for a specific batch
Batches
Batch Items
Retrieves the list of items processed for a batch. You can then use the retrieve_id to get the content with the Retrieve Endpoint
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).