POST
/v1/private/local-runners/{runnerId}/bridge/commands/nextPoll next bridge commandsLong-poll for pending bridge commands (batch)
Parameters
runnerIdstring · uuidpathrequiredRequest body
application/json
objectBridgeCommandNextRequest
max_commandsinteger · int32{
"max_commands": 0
}Responses
objectBridgeCommandBatchResponse
commandsarray of objectShow child attributes
Show array items
argsobjectcommand_idstring · uuidsubmitted_atstring · date-timetimeout_secondsinteger · int32typestring{
"commands": [
{
"args": {},
"command_id": "00000000-0000-0000-0000-000000000000",
"submitted_at": "2026-06-09T00:00:00Z",
"timeout_seconds": 0,
"type": "EditFile"
}
]
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}