---
title: "Report local runner job result"
method: POST
path: "/v1/private/local-runners/jobs/{jobId}/results"
tags: ["Runners"]
---

# Report local runner job result

`POST /v1/private/local-runners/jobs/{jobId}/results`

Report local runner job completion or failure

## Path parameters

- `jobId` string, uuid, required

## Request body

- LocalRunnerJobResultRequest
  - `status` 'pending' | 'running' | 'completed' | 'failed' | 'cancelled', required
  - `result` JsonNode
  - `error` string
  - `trace_id` string, uuid

## Response `204`

No content

## Other responses

- `400` — Bad request
- `404` — Not found

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/revisions/4ed2fbc97cc3/schema)
