Agent BrainsAgent Brains
APIEmployees

Get employee

Retrieves an employee configuration by employee ID.

GET
/employees/{employeeId}
x-api-key<token>

Preferred authentication header.

In: header

Path Parameters

employeeId*string

Response Body

application/json

curl -X GET "https://api.agent-brains.com/employees/string"
{
  "id": "string",
  "apiKeyHash": "string",
  "createdAt": "string",
  "isActive": true,
  "name": "string",
  "updatedAt": "string",
  "campaigns": [
    {}
  ],
  "paramPresets": {},
  "role": "string",
  "description": "string",
  "avgAggregateScore": {},
  "conversationCount": 0,
  "config": {},
  "roleLabel": "string"
}