Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Append local runner job logs

POST/v1/private/local-runners/jobs/{jobId}/logsAppend local runner job logs

Append log entries for a running local runner job

Parameters

jobIdstring · uuidpathrequired

Request body

application/json
array of object
Show array items
streamstringrequired

minLength 1

textstringrequired

minLength 1

Example request
[
  {
    "stream": "string",
    "text": "string"
  }
]

Responses

204No content
400Bad requestapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
404Not foundapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu