cURL
curl --request GET \ --url https://odyssey.asteroid.ai/api/v1/execution/{id}/result \ --header 'X-Asteroid-Agents-Api-Key: <api-key>'
{ "execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "starting", "result": {}, "error": "<string>", "execution_result": { "outcome": "success", "reasoning": "<string>", "result": {} } }
The ID of the execution
Execution result retrieved successfully
The response is of type object.
object