Retrieves Security Champion conversations for the authenticated user with optional filters and pagination
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Project unique identifier
Filter by branch name
"main"
Search in conversation title
"SQL injection"
Page number (1-based)
x >= 1Number of items per page (default 20, max 100)
1 <= x <= 100Sort field: created_at, updated_at, title
created_at, updated_at, title Sort order: asc or desc
asc, desc