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
listInputs
Discover the input parameter names this crew expects so the supplied inputs object can be validated against the crew contract.
2
kickoff
kickoffCrew
Launch the crew execution with the supplied inputs and capture the kickoff_id used to poll status.
3
pollStatus
getKickoffStatus
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
getKickoffStatus
Read the settled status to surface the final aggregated crew output, per-task results, total execution time, and the terminal status value.