For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DocsAPI ReferenceSDKs
DocsAPI ReferenceSDKs
  • Overview
    • API reference
  • Mesh API
      • POSTCreate Batch
      • GETList Batches
      • GETGet Batch
      • POSTCancel Batch
LogoLogo
Mesh APIBatches

List Batches

||View as Markdown|
GET
https://api.meshapi.ai/v1/batches
GET
/v1/batches
$curl https://api.meshapi.ai/v1/batches \
> -H "Authorization: Bearer <token>"

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.

Was this page helpful?
Previous

Create Batch

Next

Get Batch

Built with

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