GET
/v1/private/local-runners/{runnerId}/bridge/commands/{commandId}Get bridge commandGet bridge command status, optionally long-polling for completion
Parameters
runnerIdstring · uuidpathrequiredcommandIdstring · uuidpathrequiredwaitbooleanquerytimeoutinteger · int32queryResponses
objectBridgeCommand
argsobjectcommand_idstring · uuidcompleted_atstring · date-timeduration_msinteger · int64errorobjectpicked_up_atstring · date-timeresultobjectrunner_idstring · uuidstatusstringsubmitted_atstring · date-timetimeout_secondsinteger · int32typestring{
"args": {},
"command_id": "00000000-0000-0000-0000-000000000000",
"completed_at": "2026-06-09T00:00:00Z",
"duration_ms": 0,
"error": {},
"picked_up_at": "2026-06-09T00:00:00Z",
"result": {},
"runner_id": "00000000-0000-0000-0000-000000000000",
"status": "completed",
"submitted_at": "2026-06-09T00:00:00Z",
"timeout_seconds": 0,
"type": "EditFile"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}