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 IntelligenceChatbotConversational AIGenerative AILarge Language ModelsMachine 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
listMessageBatches
List recent message batches in the workspace, capturing the id of the first (newest) batch.
2
inspectNewestBatch
retrieveMessageBatch
Retrieve the newest batch's full status. If its processing has ended, branch to retrieving the results.
3
getResults
retrieveMessageBatchResults
Stream the newest batch's results as a JSONL file now that its processing has ended.