CrewAI Cloud · Arazzo Workflow
CrewAI AMP Full Run With Result
Version 1.0.0
Discover inputs, kick off a crew, poll to completion, and return the result.
View Spec
View on GitHub
AI AgentsAI Agent PlatformAgent OrchestrationMulti-Agent SystemsAgent Management PlatformManaged AgentsAutomationsObservabilityHuman-in-the-LoopArazzoWorkflows
Provider
Workflows
full-run-with-result
Discover inputs, kick off, poll until complete, and return the result.
Chains GET /inputs, POST /kickoff, and a GET /status/{kickoff_id} poll loop into a single end-to-end run that ends by surfacing the completed crew result.
1
listRequiredInputs
Discover the input parameter names this crew expects so the supplied inputs object can be validated against the crew contract.
2
kickoff
Launch the crew execution with the supplied inputs and capture the kickoff_id used to poll status.
3
pollStatus
Poll the execution status. While the status is running, loop back and poll again; once it is no longer running, continue to collect the result.
4
collectResult
Read the settled status to surface the final aggregated crew output, per-task results, total execution time, and the terminal status value.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.