---
title: "Lists all jobs"
method: GET
path: "/admin/actions/jobs"
tags: ["admin"]
---

# Lists all jobs

`GET /admin/actions/jobs`

## Query parameters

- `status` string
- `page` integer
- `limit` integer
- `sort` string
- `order` string

## Response `200`

WorkflowJobsList

- ActionWorkflowJobsResponse — ActionWorkflowJobsResponse returns ActionWorkflowJobs
  - `jobs` ActionWorkflowJob[]
    - `completed_at` string, date-time
    - `conclusion` string
    - `created_at` string, date-time
    - `head_branch` string
    - `head_sha` string
    - `html_url` string
    - `id` integer
    - `labels` string[]
    - `name` string
    - `run_attempt` integer
    - `run_id` integer
    - `run_url` string
    - `runner_id` integer
    - `runner_name` string
    - `started_at` string, date-time
    - `status` string
    - `steps` ActionWorkflowStep[]
      - `completed_at` string, date-time
      - `conclusion` string
      - `name` string
      - `number` integer
      - `started_at` string, date-time
      - `status` string
    - `url` string
  - `total_count` integer

## Other responses

- `400` — APIError is error format response
- `404` — APINotFound is a not found empty response
- `422` — APIValidationError is error format response related to input validation

---

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