Skip to main content
GET
List AI Inbox Manager guidances

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"

status
enum<number>

Filter guidances by status

Available options:
1,
0
Example:

1

Response

The guidances configured for the AI Inbox Manager

items
AI Agent Guidance · object[]
required

The list of guidances

next_starting_after
string

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

Example:

"01a0206f-e3db-7cc8-ae31-3b2bf3b9844e"