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.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Query Parameters
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.
Number of conversations to return per page.
1 <= x <= 100Pagination cursor from a previous response's pageInfo.nextCursor. Use to fetch the next page of results.