Retrieve a single execution by ID with full detail.
cURL
curl --request GET \ --url https://api.selcor.ai/v1/relay/executions/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "status": "<string>", "tier": "<string>", "platform": "<string>", "credential": "<string>", "instruction": "<string>", "error_code": "<string>", "error_message": "<string>", "turns": 123, "duration_ms": 123, "created_at": "<string>", "completed_at": "<string>", "result": null, "error_detail": null, "screenshots": null }, "request_id": "<string>" }
API key in format: sk_live_...
"exec_abc123"
Execution details
Show child attributes
Was this page helpful?