GET
/v1/private/local-runnersList local runnersList local runners owned by the current user in the workspace
Parameters
project_idstring · uuidqueryrequiredstatusstringquerypageinteger · int32querysizeinteger · int32queryResponses
objectLocalRunnerPage
contentarray of objectShow child attributes
Show array items
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 · uuidstatusstringtypestringpageinteger · int32sizeinteger · int32totalinteger · int64{
"content": [
{
"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"
}
],
"page": 0,
"size": 0,
"total": 0
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}