Skip to main content
GET
List AI Inbox Manager replies

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

AI Inbox Manager ID

Example:

"0195b1a5-3b1d-7b6e-9c1a-2f7a4b0c1d2e"

Query Parameters

limit
integer

The number of items to return

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

10

starting_after
string

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:

"01956fbd-0eb1-72db-a565-82977a586084"

requires_hitl
boolean

Filter by whether the reply requires human-in-the-loop review

Example:

true

information_requested
boolean

Filter by whether the agent requested more information

Example:

false

action_pending
boolean

Filter by whether the reply still requires action from the user

Example:

true

Response

The replies generated by the AI Inbox Manager

items
AI Sales Agent Reply · object[]
required

The list of replies

next_starting_after
string

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

Example:

"01a0206f-e3dc-7bff-b159-2da839eec31b"