List Batches

View as Markdown

List batch jobs for the authenticated key’s owner.

Returns MeshAPI’s own BatchJob records (unified view across all providers) in the OpenAI list format: {"object": "list", "data": [...], "has_more": bool}. Supports cursor-based pagination via after (batch_id) and limit.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

afterstring or nullOptional
limitintegerOptional1-100Defaults to 20

Response

Successful Response

Errors

422
Unprocessable Entity Error