---
title: "Get all workers for the team"
method: GET
path: "/api/workers"
tags: ["Workers"]
---

# Get all workers for the team

`GET /api/workers`

## Response `200`

List of workers

- 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
  - `teamId` string, required
  - `flowsIds` string[]
  - `deploymentsIds` string[]
  - `resourcesIds` string[]
  - `integrationsIds` string[]

## Other responses

- `401` — Unauthorized

## Changes

- **2025-02-04** `ab4ce60666d2` — 5 breaking, 4 info
  - removed the required property `items/deployments` from the response with the `200` status
  - removed the required property `items/flows` from the response with the `200` status
  - removed the required property `items/integrations` from the response with the `200` status
  - removed the required property `items/resources` from the response with the `200` status
  - …5 more
- **2025-02-04** `78ff4a594abd` — 5 breaking, 45 info
  - the `items/deployments` response's property type/format changed from `deployments`/`` to `object`/`` for status `200`
  - the `items/flows` response's property type/format changed from `flows`/`` to `object`/`` for status `200`
  - the `items/integrations` response's property type/format changed from `integrations`/`` to `object`/`` for status `200`
  - the `items/resources` response's property type/format changed from `resources`/`` to `object`/`` for status `200`
  - …46 more
- **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/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/ab4ce60666d2/schema)
