List Florent conversations

View as Markdown

Returns the caller’s conversations (most recently updated first), keyset-paginated. Pass ?limit= (1–100, default 30) and ?cursor= from the previous page’s nextCursor.

Authentication

AuthorizationBearer

WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.

Query parameters

limitintegerOptional1-100
cursorstringOptional

Response

A page of conversations.
conversationslist of objects
nextCursorstring or null
Opaque keyset cursor for the next page, or null.

Errors

400
Bad Request Error
401
Unauthorized Error