CrewAI Cloud · Example Payload

Crewai Cloud Resume Example

AI AgentsAI Agent PlatformAgent OrchestrationMulti-Agent SystemsAgent Management PlatformManaged AgentsAutomationsObservabilityHuman In The Loop

Crewai Cloud Resume Example is an example object payload from CrewAI Cloud, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://research-crew.crewai.com/resume",
    "headers": {
      "Authorization": "Bearer sk-amp-org-...",
      "Content-Type": "application/json"
    },
    "body": {
      "execution_id": "abcd1234-5678-90ef-ghij-klmnopqrstuv",
      "task_id": "t-3",
      "human_feedback": "Tone is too informal — rewrite in a more executive register and add the 30-day rollout milestone table.",
      "is_approve": false
    }
  },
  "response": {
    "status": 200,
    "body": {
      "status": "retrying",
      "message": "Task t-3 will be retried with provided feedback"
    }
  }
}