v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
AI

List AI conversations

List a user's recent AI conversations, ordered by most-recent activity. Each conversation includes an ID that can be passed as conversationId to subsequent Create AI job requests to continue the thread.

Returns a paginated list with conversation metadata including optional names and the most recent user prompt for display purposes.

get/v1/ai/conversations

Query parameters

userIdstring uuid

Requires an Organization API key. Filter conversations to a specific user by their membership ID.

User-scoped tokens automatically see only their own conversations and cannot use this parameter. Organization API keys can optionally filter by user or see all conversations in the organization.

pageSizeinteger

Number of conversations to return per page.

cursorstring

Pagination cursor from a previous response's pageInfo.nextCursor. Use to fetch the next page of results.

Response

Successfully retrieved conversations