Claude · Arazzo Workflow
Claude Batch Process and Retrieve Results
Version 1.0.0
Submit a message batch, poll until it ends, then retrieve the JSONL results.
View Spec
View on GitHub
Artificial IntelligenceChatbotsConversational AIGenerative AILarge Language ModelsMachine-LearningNatural Language ProcessingArazzoWorkflows
Provider
Workflows
batch-process-and-retrieve-results
Create a message batch, wait for it to end, and pull its results.
Submits a batch of requests, polls retrieveMessageBatch until processing ends, then streams the JSONL results.
1
submitBatch
Submit the batch of message-creation requests for asynchronous processing, capturing the batch id and initial processing status.
2
pollBatchStatus
Poll the batch status. While processing_status is not "ended", retry this step after a delay; once ended, proceed to retrieve the results.
3
retrieveResults
Stream the completed batch results as a JSONL file once the batch has ended.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.