Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get local runner

GET/v1/private/local-runners/{runnerId}Get local runner

Get a single local runner with its registered agents

Parameters

runnerIdstring · uuidpathrequired

Responses

200Runner detailsapplication/json
objectLocalRunner
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"

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