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

Get Batch

||View as Markdown|
GET
https://api.meshapi.ai/v1/batches/:batch_id
GET
/v1/batches/:batch_id
$curl https://api.meshapi.ai/v1/batches/batch_id \
> -H "Authorization: Bearer <token>"
Get batch status from the upstream provider. Usage logging and billing fire automatically on the first terminal observation.
Was this page helpful?
Previous

List Batches

Next

Cancel Batch

Built with

Authentication

AuthorizationBearer

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

Path parameters

batch_idstringRequired

Response

Successful Response

Errors

422
Unprocessable Entity Error