---
title: "list job queues"
method: GET
path: "/jobservice/queues"
tags: ["jobservice"]
---

# list job queues

`GET /jobservice/queues`

list job queue

## Headers

- `X-Request-Id` string

## Response `200`

List job queue successfully.

- JobQueue[]
  - `job_type` string — The type of the job queue
  - `count` integer — The count of jobs in the job queue
  - `latency` integer — The latency the job queue (seconds)
  - `paused` boolean — The paused status of the job queue

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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