GET
/
status
/
{kickoff_id}
Obter Status da Execução
curl --request GET \
  --url https://your-actual-crew-name.crewai.com/status/{kickoff_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "running",
  "current_task": "<string>",
  "progress": {
    "completed_tasks": 123,
    "total_tasks": 123
  }
}

Authorizations

Authorization
string
header
required

📋 Referência - Os tokens mostrados são apenas exemplos. Use seus tokens reais do painel do CrewAI Enterprise.

Path Parameters

kickoff_id
string<uuid>
required

Response

200
application/json

Status recuperado com sucesso

The response is of type object.