Claude · Arazzo Workflow
Claude Find Latest Batch Results
Version 1.0.0
List recent message batches, inspect the most recent one, and retrieve its results if it has ended.
View Spec
View on GitHub
Artificial IntelligenceChatbotsConversational AIGenerative AILLMMachine-LearningNatural Language ProcessingArazzoWorkflows
Provider
Workflows
find-latest-batch-results
Locate the newest message batch and retrieve its results if it has ended.
Lists batches, retrieves the newest batch's status, and streams its results when processing has ended.
1
listBatches
List recent message batches in the workspace, capturing the id of the first (newest) batch.
2
inspectNewestBatch
Retrieve the newest batch's full status. If its processing has ended, branch to retrieving the results.
3
getResults
Stream the newest batch's results as a JSONL file now that its processing 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.