---
title: "Get worker pools"
method: GET
path: "/jobservice/pools"
tags: ["jobservice"]
---

# Get worker pools

`GET /jobservice/pools`

Get worker pools

## Headers

- `X-Request-Id` string

## Response `200`

Get worker pools successfully.

- WorkerPool[]
  - `pid` integer — the process id of jobservice
  - `worker_pool_id` string — the id of the worker pool
  - `start_at` string, date-time — The start time of the work pool
  - `heartbeat_at` string, date-time — The heartbeat time of the work pool
  - `concurrency` integer — The concurrency of the work pool
  - `host` string — The host of the work pool

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

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