GET
/v1/private/local-runners/{runnerId}Get local runnerGet a single local runner with its registered agents
Parameters
runnerIdstring · uuidpathrequiredResponses
objectLocalRunner
agentsarray of objectShow child attributes
Show array items
descriptionstringexecutablestringlanguagestringnamestringparamsarray of objectShow child attributes
Show array items
namestringrequiredpresencestringtypestringrequiredsource_filestringtimeoutinteger · int32capabilitiesarray of stringShow child attributes
checklistobjectconnected_atstring · date-timeidstring · uuidnamestringproject_idstring · uuidstatusstringtypestring{
"agents": [
{
"description": "string",
"executable": "string",
"language": "string",
"name": "string",
"params": [
{
"name": "string",
"presence": "optional",
"type": "string"
}
],
"source_file": "string",
"timeout": 0
}
],
"capabilities": [
"string"
],
"checklist": {},
"connected_at": "2026-06-09T00:00:00Z",
"id": "00000000-0000-0000-0000-000000000000",
"name": "string",
"project_id": "00000000-0000-0000-0000-000000000000",
"status": "connected",
"type": "connect"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}