Skip to main content
GET
Detalhes do Agent

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string<uuid>
required

UUID do agent.

Response

Dados do agent.

uuid
string<uuid>
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

name
string
Example:

"Agente de Vendas"

is_active
boolean
Example:

true

model
string
Example:

"gpt-4o"

communication_style
string | null
Example:

"professional"

tools_count
integer
Example:

5

created_at
string<date-time>
Example:

"2025-01-10T08:00:00Z"