chat-ai
conversations

List Conversations

List conversations for the authenticated user with pagination.

search narrows by title. It belongs here rather than in the client because the sidebar is how a conversation is found: filtering the page the client happens to hold would report "no match" about history it never fetched. total narrows with it, so a caller can still tell a complete answer from a truncated one.

get/api/v1/chat-ai/conversations

Query parameters

pageinteger
per_pageinteger
searchstring nullable

Match conversation titles, case-insensitively, anywhere in the title.

Match conversation titles, case-insensitively, anywhere in the title.

Response

Successful Response

totalinteger required
pageinteger required
per_pageinteger required

Changes