---
title: "Get a single worker"
method: GET
path: "/workers/{id}"
tags: ["Workers"]
---

# Get a single worker

`GET /workers/{id}`

Returns the worker with the given ID, including its status message and connected application IDs.

## Path parameters

- `id` string, required

## Response `200`

Worker details

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

## Other responses

- `400` — Invalid worker ID
- `404` — Worker not found
- `500` — Internal error

## Changes

- **2026-09-03** `283c5c0bd1bb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ibm/apis/ai-services-catalog-api/changes/workers/:id/get.md)

---

[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/dba0cb4fa211/schema)
