Agent BrainsAgent Brains
APIEmployees

List employees

Retrieves a list of employees for the authenticated workspace.

GET
/employees
x-api-key<token>

Preferred authentication header.

In: header

Response Body

application/json

curl -X GET "https://api.agent-brains.com/employees"
[
  {
    "id": "string",
    "name": "string"
  }
]