Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

List local runners

GET/v1/private/local-runnersList local runners

List local runners owned by the current user in the workspace

Parameters

project_idstring · uuidqueryrequired
statusstringquery

one of "pairing", "connected", "disconnected"

one of "pairing", "connected", "disconnected"

pageinteger · int32query

default 0 · minimum 0

sizeinteger · int32query

default 25 · minimum 1

Responses

200Runners listapplication/json
objectLocalRunnerPage
contentarray of object
Show child attributes
Show array items
agentsarray of object
Show child attributes
Show array items
descriptionstring
executablestring
languagestring
namestring
paramsarray of object
Show child attributes
Show array items
namestringrequired

minLength 1

presencestring

one of "required", "optional"

typestringrequired

minLength 1

source_filestring
timeoutinteger · int32
capabilitiesarray of string
Show child attributes
checklistobject
connected_atstring · date-time
idstring · uuid
namestring
project_idstring · uuid
statusstring

one of "pairing", "connected", "disconnected"

typestring

one of "connect", "endpoint"

pageinteger · int32
sizeinteger · int32
totalinteger · int64
Example response
{
  "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
}
404Not foundapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu