Anthropic · Arazzo Workflow
Anthropic Create Batch, Poll, and Retrieve Results
Version 1.0.0
Submit a message batch, poll until processing ends, then fetch the JSONL results.
View Spec
View on GitHub
AIArtificial IntelligenceClaudeFoundation ModelsLarge Language ModelsMachine LearningMCPAgentsArazzoWorkflows
Provider
Workflows
create-poll-retrieve-batch
Create a message batch, wait for it to finish, and pull the results.
Submits a batch of Message requests, polls Retrieve Message Batch until the processing_status is ended, and then calls Retrieve Message Batch Results to download the JSONL output.
1
createBatch
createMessageBatch
Create a new message batch from the supplied individual requests. The batch begins processing immediately.
2
pollBatch
retrieveMessageBatch
Retrieve the current status of the batch. Branch back to poll again while it is still in progress, or continue once processing has ended.
3
getResults
retrieveMessageBatchResults
Download the JSONL results stream for the completed batch. Each line is a JSON object holding one request's result, keyed by custom_id.