Skip to main content
GET
List Chats

Authorizations

Authorization
string
header
required

JWT token from Stytch B2B authentication (magic link, SSO, or M2M)

Query Parameters

expand[]
string[] | null

List of related objects to expand in the response. Example: ?expand[]=model&expand[]=versions

Example:
limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string | null

Opaque cursor

Response

Successful Response

Paginated list of chat summaries.

items
ChatSummaryOut · object[]
required

List of chat summaries

nextCursor
string | null

Cursor for the next page of results.

hasMore
boolean
default:false

Whether there are more results available.

totalCount
integer | null

Total count of chats