cURL
curl --request GET \ --url https://rts-builder.slayers.tech/api/v1/external/status/{runId} \ --header 'X-API-Key: <api-key>'
200
completed
{ "error": "", "finished_at": "2026-03-29T02:33:41.139079Z", "run_id": "9bdeb4af-cab4-4de3-9f0f-758771d10991", "started_at": "2026-03-29T02:32:54.167691Z", "status": "completed", "steps": [ { "id": "993af399-0e1a-456e-ba12-d465e7f9a5e6", "node_id": "tool-1", "tool": "crt", "status": "completed", "exit_code": 0 } ] }
Fetch status, timestamps, and step state for a run ID.
pending
running
failed
cancelled
Team-scoped RTS Builder API key.
Run UUID.
"9bdeb4af-cab4-4de3-9f0f-758771d10991"
Run status retrieved successfully.
Empty string on success.
Show child attributes