---
title: "List all workers"
method: GET
path: "/workers"
tags: ["Workers"]
---

# List all workers

`GET /workers`

Returns all registered workers and their current status from the database.

## Response `200`

List of workers

- GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesWorker[]
  - `id` string
  - `last_heartbeat` string
  - `metadata` object
  - `name` string
  - `registered_at` string
  - `runtime_type` string
  - `status` string
  - `updated_at` string

## Other responses

- `500` — Internal error

---

[API](https://skmtc.dev/ibm/apis/ai-services-catalog-api.md) · [All operations](https://skmtc.dev/ibm/apis/ai-services-catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/ai-services-catalog-api/revisions/b6ffcee23f74/schema)
