---
title: "GET jobs instances"
method: GET
path: "/api/v1/jobs"
---

# GET jobs instances

`GET /api/v1/jobs`

## Query parameters

- `page` integer
- `per_page` integer
- `sort` string, nullable
- `where` string, nullable

## Response `200`

OK

- Jobs[]
  - `$uri` string, required
  - `analysis_type` string, required — The type of analysis. See [the analysis resource](/api/analysis-resource) for more details.
  - `created_at` string, date-time, required — Timestamp for when the object was created on the One Codex platform, encoded as a [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) timestamp.
  - `job_args_schema` object, required — The JSON schema for the arguments taken by the job (can be an empty object, i.e., `{}`).
  - `name` string, required — The name of the job (this is displayed in the dropdown on the analysis page of the One Codex web application).
  - `public` boolean, required — Whether the job is publicly available. For most jobs this will be `true`. Custom, private jobs are also available, and will only be visible to users whose samples (or samples shared with them) have been analyzed using that job.

---

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