Skip to main content
GET
List conversations

Authorizations

Authorization
string
header
required

JWT obtained from POST /v1/auth/verify after SIWS authentication. Include as: Authorization: Bearer <jwt>

Query Parameters

cursor
string

Base64-encoded compound cursor from the previous response

limit
integer
default:20

Maximum number of conversations to return

Required range: 1 <= x <= 100

Response

Paginated list of conversations

conversations
object[]
required
next_cursor
string | null
required

Base64-encoded cursor for the next page, if any