Skip to main content
GET
List a chat's messages (cursor-paginated)

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.

Path Parameters

chatId
string
required
Minimum string length: 1

Query Parameters

cursor
string
limit
integer

Response

Page of messages, oldest-to-newest within the page.

items
object[]
required
nextCursor
string | null
required