Skip to main content
GET
List the calling user's agent conversations

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer

Number of page. Stars from the first (1) page.

per_page
integer

Number of records to return.

Response

Paginated list of the caller's conversations, newest first. Empty records if the caller has no conversations yet.

Returned by GET /agents/conversations. Page envelope wrapping the caller's conversations, newest first. Same shape every other paginated Narrative endpoint uses.

current_page
integer<int64>
required

The number of requested page.

Example:

1

total_records
integer<int64>
required

Total amount of accessible Access Rules

Example:

15000

total_pages
integer<int64>
required

Total amount of pages.

Example:

10

records
object[]
required

Page of conversations, ordered by created_at descending.

prev_page
integer<int64>

The number of previous page (if exists). Also can refer to the latest existing page if non-existing page was requested.

Example:

1

next_page
integer<int64>

The number of next page (if exists).

Example:

42