Skip to main content
GET
List Agents

Authorizations

X-API-Key
string
header
required

Query Parameters

workspace_id
string
Example:

"6970c2f3948cfbce1932d99d"

page
integer
Required range: x >= 1
Example:

1

limit
integer
Required range: 1 <= x <= 100
Example:

10

category
string
Example:

"general"

Example:

"sales"

sort_field
enum<string>
Available options:
name,
type,
status,
createdAt,
updatedAt
Example:

"updatedAt"

sort_order
enum<string>
Available options:
asc,
desc
Example:

"desc"

start_date
string<date-time>
Example:

"2026-04-01T00:00:00.000Z"

end_date
string<date-time>
Example:

"2026-04-03T23:59:59.999Z"

filters

Response

Agents retrieved successfully

status
integer
Example:

200

message
string
Example:

"Assistants retrieved successfully"

data
object[]
pagination
object