---
title: "GET /1/admin/jobs"
method: GET
path: "/1/admin/jobs"
---

# GET /1/admin/jobs

`GET /1/admin/jobs`

## Query parameters

- `limit` integer, nullable
- `page_token` string, nullable
- `recent_first` boolean
- `tag` string, nullable

## Response `200`

successful operation

- JobListEntryResultsPage — A single page of results
  - `items` JobListEntry[], required — list of items on this page of results
    - `cancelled` boolean, required
    - `id` string, required
    - `name` string, required
    - `owner` string, required
    - `state` string, required
    - `target` string, required — The original target name specified by the user when the job was created.
    - `target_id` string, required — The resolved ID of the concrete target on which this job ran.
  - `next_page` string, nullable — token used to fetch the next page of results (if any)

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.net/oxidecomputer/apis/buildomat.md) · [All operations](https://skmtc.net/oxidecomputer/apis/buildomat/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oxidecomputer/buildomat/versions/7c904bfdde4a/schema)
