GET
/
execution
/
{id}
/
status
Get execution status
curl --request GET \
  --url https://odyssey.asteroid.ai/api/v1/execution/{id}/status \
  --header 'X-Asteroid-Agents-Api-Key: <api-key>'
{
  "execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "starting",
  "reason": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-Asteroid-Agents-Api-Key
string
header
required

Path Parameters

id
string<uuid>
required

The ID of the execution

Response

Execution status retrieved successfully

execution_id
string<uuid>
required

The ID of the execution

status
enum<string>
required

Status of the execution

Available options:
starting,
running,
paused,
completed,
cancelled,
failed,
awaiting_confirmation,
paused_by_agent
reason
string

Reason for the current status (if applicable)

updated_at
string<date-time>

Time when the status was last updated