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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the batch to retrieve the list of URLs and retrieve_id for.
Query Parameters
Status of the URLs to retrieve (completed or failed).
completed
, failed
Optional integer representing the index to start fetching content from. Useful to paginate until all URLs are fetched.
Start with 0, then provide response['cursor']
value of the last request.
Optional integer to limit the number of results returned. Recommended 10-50 results at a time. Paginated using cursor.
Maximum 10MB of content can be fetched in a single request.
Deprecated: Use /retrieve
endpoint with retrieve_id
.
Array of formats to fetch (e.g., ["html", "markdown"]).
html
, markdown
, json