GET
/
agents
Listar assistentes
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/agents \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": null,
      "avatar": null,
      "color": "#ff5722",
      "welcome": null,
      "instructions": null,
      "off": null,
      "references": false,
      "purpose": "leads",
      "freedom": "restricted",
      "behavior_type": "basic",
      "status": "draft",
      "fields": [
        "name",
        "email"
      ],
      "left": false,
      "forceLeadIdentification": false,
      "workspaceId": "<string>",
      "createdAt": "2025-07-21T17:52:50.019Z",
      "updatedAt": "2025-07-21T17:52:50.019Z",
      "createdBy": "<string>",
      "updatedBy": "<string>"
    }
  ],
  "meta": {
    "total": 123,
    "page": 123,
    "size": 123,
    "first": 123,
    "last": 123,
    "next": 123,
    "previous": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
number
default:1

Número da página

Required range: x >= 1
size
number
default:20

Tamanho da página

Required range: 1 <= x <= 100

Texto livre para busca pelo nome do assistente

Response

200
application/json

Successful response

Página de registros