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

# Get a single worker

`GET /api/workers/{id}`

## Path parameters

- `id` string, required

## Response `200`

Worker details

- Workers
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `name` string, required
  - `description` string, nullable
  - `status` string, nullable
  - `lastRefreshedAt` string, date-time, nullable
  - `team` unknown, required
  - `teamId` string, required
  - `flows` unknown, required
  - `deployments` unknown, required
  - `resources` unknown, required
  - `integrations` unknown, required

## Other responses

- `401` — Unauthorized
- `404` — Worker not found

## Changes

- **2025-02-04** `a3da5c68a303` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/brainbasehq/apis/brainbase-api/changes/api/workers/:id/get.md)

---

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