Chat

List chat sessions for the authenticated user

GET
/chat/sessions

Authorization

SupabaseBearer
AuthorizationBearer <token>

Supabase user access token (Authorization: Bearer JWT)

In: header

Query Parameters

cursor?string
Length1 <= length
limit?integer
Range1 <= value <= 50

Response Body

application/json

application/json

curl -X GET "https://example.com/chat/sessions"
{}
{  "message": "string"}
Empty