Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Local runner heartbeat

POST/v1/private/local-runners/{runnerId}/heartbeatsLocal runner heartbeat

Refresh local runner heartbeat

Parameters

runnerIdstring · uuidpathrequired

Request body

application/json
objectLocalRunnerHeartbeatRequest
capabilitiesarray of string
Show child attributes
Example request
{
  "capabilities": [
    "string"
  ]
}

Responses

200Heartbeat responseapplication/json
objectLocalRunnerHeartbeatResponse
cancelled_job_idsarray of string · uuid
Show child attributes
Example response
{
  "cancelled_job_ids": [
    "00000000-0000-0000-0000-000000000000"
  ]
}
404Not foundapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
410Goneapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu