Returns a paginated list of relay executions with optional filters.
cURL
curl --request GET \ --url https://api.selcor.ai/v1/relay/executions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "status": "<string>", "tier": "<string>", "platform": "<string>", "instruction": "<string>", "turns": 123, "duration_ms": 123, "created_at": "<string>" } ], "pagination": { "has_more": true, "next_cursor": "<string>" }, "request_id": "<string>" }
API key in format: sk_live_...
1 <= x <= 100
25
"completed"
"dentrix"
"read"
List of executions
Show child attributes
Was this page helpful?