Anthropic Message Batches API: submit and retrieve a batch

domain: docs.anthropic.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Construct a list of request objects, each containing a unique custom_id string and a params object with model, max_tokens, and messages fields matching the Messages API schema.
  2. Submit the batch by calling POST /v1/messages/batches with the requests list in the body and x-api-key: YOUR_KEY and anthropic-version headers.
  3. Record the batch ID from the response; the initial processing_status will be 'in_progress'.
  4. Poll GET /v1/messages/batches/{BATCH_ID} periodically until processing_status is 'ended'; avoid polling more frequently than once per minute to respect rate limits.
  5. Retrieve results by fetching the results_url provided in the ended batch object; the response is a JSONL stream where each line is a result keyed by custom_id.
  6. Parse each result line to extract the individual message response or error for each custom_id.

Known gotchas

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans