GET
/
api
/
workers
Get all workers for the team
curl --request GET \
  --url https://brainbase-monorepo-api.onrender.com/api/workers \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "name": "<string>",
    "description": "<string>",
    "status": "<string>",
    "lastRefreshedAt": "2023-11-07T05:31:56Z",
    "teamId": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

API key authentication

Response

List of workers

id
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
name
string
required
teamId
string
required
description
string | null
status
string | null
lastRefreshedAt
string<date-time> | null