cURL
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" }
The ID of the execution
Execution status retrieved successfully
The response is of type object.
object