CrewAI Cloud · Schema
CrewAI AMP Resume Request
Request payload for POST /resume — human-in-the-loop feedback on a paused task.
AI AgentsAI Agent PlatformAgent OrchestrationMulti-Agent SystemsAgent Management PlatformManaged AgentsAutomationsObservabilityHuman-in-the-Loop
Properties
| Name | Type | Description |
|---|---|---|
| execution_id | string | The kickoff_id returned by /kickoff. |
| task_id | string | Identifier of the task awaiting human feedback. |
| human_feedback | string | Feedback incorporated as additional context. |
| is_approve | boolean | true to proceed; false to retry the task with the feedback. |
| taskWebhookUrl | string | |
| stepWebhookUrl | string | |
| crewWebhookUrl | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/crewai-cloud/main/json-schema/crewai-cloud-resume-schema.json",
"title": "CrewAI AMP Resume Request",
"description": "Request payload for POST /resume — human-in-the-loop feedback on a paused task.",
"type": "object",
"required": ["execution_id", "task_id", "human_feedback", "is_approve"],
"properties": {
"execution_id": {
"type": "string",
"format": "uuid",
"description": "The kickoff_id returned by /kickoff."
},
"task_id": {
"type": "string",
"description": "Identifier of the task awaiting human feedback."
},
"human_feedback": {
"type": "string",
"description": "Feedback incorporated as additional context."
},
"is_approve": {
"type": "boolean",
"description": "true to proceed; false to retry the task with the feedback."
},
"taskWebhookUrl": { "type": "string", "format": "uri" },
"stepWebhookUrl": { "type": "string", "format": "uri" },
"crewWebhookUrl": { "type": "string", "format": "uri" }
},
"additionalProperties": false
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/crewai-cloud-resume"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.