Skip to main content
GET
List AI Inbox Managers

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer

The number of items to return

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

10

starting_after
string<uuid>

The ID of the last item in the previous page - used for pagination. You can use the value of the next_starting_after field from the previous response.

Example:

"01a04400-ae87-7da6-b2f9-d51a752bcd9f"

status
enum<number>

Filter by agent status.

Available options:
0,
1
Example:

1

Filter agents whose name contains this text (case-insensitive).

Example:

"Support inbox"

Response

The AI Inbox Managers of the workspace

items
AI Inbox Manager · object[]
required

The list of AI Inbox Managers

next_starting_after
string<uuid>

Pass as starting_after to fetch the next page. Absent on the last page.

Example:

"01a04400-ae87-7da6-b2f9-d51bd0eb2409"