Skip to main content
GET
Get Agents

Query Parameters

limit
integer | null

Maximum agents to return. Sending this switches the response to the paged object shape.

Required range: x >= 1
cursor
integer | null

Where to resume from: the next_cursor of the previous page. Sending this switches the response to the paged object shape.

Required range: x >= 0

Response

Successful Response

One row of GET /agents.

conversation_count
integer
required
id
string
required
question_count
integer
required
status
string
required
title
string
required
updated_at
number
required
workspace_role
enum<string>
required
Available options:
admin,
limited
workspace_id
string | null