Returns a paginated list of messages in a chat thread. Default order
is asc (chronological) unlike other list endpoints.
Pass your API key (prefixed cgk_) or a Supabase JWT in the
Authorization: Bearer <token> header.
Board UUID.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Chat thread UUID.
"b2c3d4e5-f6a7-8901-bcde-f12345678901"
Maximum number of items to return (1-100, default 50).
1 <= x <= 100Opaque cursor for pagination. Pass the cursor value from a previous response.
"eyJpZCI6ImExYjJjM2Q0LWU1ZjYtNzg5MC1hYmNkLWVmMTIzNDU2Nzg5MCIsImNyZWF0ZWRfYXQiOiIyMDI2LTAzLTE1VDEwOjMwOjAwLjAwMFoifQ"
Sort direction. Defaults to asc for messages.
asc, desc