Get Execution Status
📋 Reference Example Only - This shows the request format. To test with your actual crew, copy the cURL example and replace the URL + token with your real values.
Retrieves the current status and results of a crew execution using its kickoff ID.
The response structure varies depending on the execution state:
- running: Execution in progress with current task info
- completed: Execution finished with full results
- error: Execution failed with error details
Authorizations
📋 Reference Documentation - The tokens shown in examples are placeholders for reference only.
Use your actual Bearer Token or User Bearer Token from the CrewAI Enterprise dashboard for real API calls.
Bearer Token: Organization-level access for full crew operations User Bearer Token: User-scoped access with limited permissions
Path Parameters
The kickoff ID returned from the /kickoff endpoint
"abcd1234-5678-90ef-ghij-klmnopqrstuv"
Response
Successfully retrieved execution status
The response is of type object
.
The response is of type object
.
The response is of type object
.
The response is of type object
.