---
title: "Get Job Result Resource"
method: GET
path: "/v1/jobs/{job_id}/result"
tags: ["jobs"]
---

# Get Job Result Resource

`GET /v1/jobs/{job_id}/result`

## Path parameters

- `job_id` string, uuid, required

## Response `200`

Successful Response

- JobResultResponse
  - `job_id` union, required
    - string, uuid
    - string
  - `status` 'completed' | 'failed' | 'cancelled', required
  - `result_data` object, nullable — Per-job-type result payload. None when status='failed'.
  - `error_message` string, nullable
  - `completed_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outerproduct/apis/outerproduct-api.md) · [All operations](https://skmtc.net/outerproduct/apis/outerproduct-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outerproduct/outerproduct-api/versions/6c6e81fb3282/schema)
