Skip to main content
GET
List AI Inbox Manager activity

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

starting_after
string

Pagination cursor (ID of the last item from the previous page)

Example:

"01a0206f-effa-7d14-97d3-1981fcc8380d"

limit
number
default:25

Number of items to return

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

25

action_pending
boolean

Filter by action pending status: true for to-do items, false for done items. Cannot be combined with activity_type=recovery — recoveries have no pending action.

Example:

true

activity_type
enum<string>

Filter by activity type

Available options:
reply,
followup,
recovery
Example:

"reply"

job_type
enum<number>

Filter by work type: 1 = inbox reply, 2 = inbox follow-up, 3 = no-show follow-up. Cannot be combined with activity_type.

Available options:
1,
2,
3
Example:

1

Response

The unified activity feed for the agent

items
object[]

The list of activities

next_starting_after
string

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

Example:

"01a0206f-effa-7d14-97d3-1982383692c6"

has_more
boolean

Whether more activities exist after this page

Example:

true