Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Report local runner job result

POST/v1/private/local-runners/jobs/{jobId}/resultsReport local runner job result

Report local runner job completion or failure

Parameters

jobIdstring · uuidpathrequired

Request body

application/json
objectLocalRunnerJobResultRequest
errorstring
resultobject
statusstringrequired

one of "pending", "running", "completed", "failed", "cancelled"

trace_idstring · uuid
Example request
{
  "error": "string",
  "result": {},
  "status": "cancelled",
  "trace_id": "00000000-0000-0000-0000-000000000000"
}

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