Anthropic · Arazzo Workflow
Anthropic List Batches and Fetch Latest Results
Version 1.0.0
List message batches, inspect the most recent one, and pull its results if it has ended.
View Spec
View on GitHub
AIArtificial IntelligenceClaudeFoundation ModelsLarge Language ModelsMachine LearningMCPAgentsArazzoWorkflows
Provider
Workflows
list-batches-fetch-latest-results
Find the most recent batch and retrieve its results when complete.
Lists message batches, retrieves the first (most recent) batch, and only calls Retrieve Message Batch Results when its processing_status is ended.
1
listBatches
listMessageBatches
Retrieve a paginated list of message batches for the account, most recent first.
2
inspectLatest
retrieveMessageBatch
Retrieve the most recent batch to read its current processing status and results URL.
3
fetchResults
retrieveMessageBatchResults
Download the JSONL results stream for the most recent completed batch.