/ingest/batches
ingestion
/ingest/batches
Returns a paginated list of batches you’ve submitted, newest first.
Use the nextCursor value from the response as the cursor query parameter to fetch the next page.
GET
/ingest/batches
Authorizations
Your API key, sent as the x-api-key header.
Create one in Settings > API Keys with api:write permission.
Format: em_sk_...
Query Parameters
Number of batches to return per page. Defaults to 20, maximum 100.
Required range:
1 <= x <= 100Pagination cursor from a previous response's nextCursor field.
Omit to start from the most recent batch.
Maximum string length:
256