Skip to main content
GET
List the caller's chats (cursor-paginated, newest first)

Authorizations

Authorization
string
header
required

Clerk-native API key, Authorization: Bearer <key>. Minted at https://www.vyomflow.co.in/settings/api-keys, scoped per operation. 401 = missing/invalid/revoked key; 403 = valid key missing the required scope.

Query Parameters

cursor
string
limit
integer
q
string
Required string length: 1 - 200
pinned
boolean | null

Response

Page of chats.

items
object[]
required
nextCursor
string | null
required