List user conversations
Security Champion
List user conversations
Retrieves Security Champion conversations for the authenticated user with optional filters and pagination
POST
List user conversations
Path Parameters
Project unique identifier
Query Parameters
Filter by branch name
Example:
"main"
Search in conversation title
Example:
"SQL injection"
Page number (1-based)
Required range:
x >= 1Number of items per page (default 20, max 100)
Required range:
1 <= x <= 100Sort field: created_at, updated_at, title
Available options:
created_at, updated_at, title Sort order: asc or desc
Available options:
asc, desc