---
title: "List Jobs"
method: GET
path: "/v1/jobs"
tags: ["jobs"]
---

# List Jobs

`GET /v1/jobs`

## Query parameters

- `status` 'pending' | 'running' | 'completed' | 'failed' | 'cancelled'

## Response `200`

Successful Response

- ListJobsResponse
  - `jobs` JobResponse[], required
    - `id` union, required
      - string, uuid
      - string
    - `job_type` string, required
    - `status` 'pending' | 'running' | 'completed' | 'failed' | 'cancelled', required
    - `progress` number, nullable
    - `error` JobError — Structured failure info; present on a ``JobResponse`` only when ``status == failed``.
      - `code` string, required
      - `message` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `metrics_url` string, required
    - `result_url` string, required
    - `artifacts_url` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `17afb53a6ac9` — 1 warning, 1 info
  - added the new `cancelled` enum value to the `jobs/items/status` response property for the response status `200`
  - added the enum value `cancelled` to the property `anyOf[subschema #1: JobStatus]/` of the `query` request parameter `status`

[Change history](https://skmtc.dev/outerproduct/apis/outerproduct-api/changes/v1/jobs/get.md)

---

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