Returns a paginated list of chats for the authenticated project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Maximum number of chats to return (default: 20, max: 100)
1 <= x <= 10020
Cursor for pagination - use the nextCursor value from a previous response
"eyJzb3J0VmFsdWUiOiIyMDI1LTAxLTE1VDEwOjAwOjAwLjAwMDAwMFoiLCJpZCI6IjU1MGU4NDAwLWUyOWItNDFkNC1hNzE2LTQ0NjY1NTQ0MDAwMCJ9"
Field to sort by (default: createdAt)
createdAt, startTimestamp, endTimestamp, duration, title "createdAt"
Sort direction (default: desc)
asc, desc "desc"
Search text to filter chats by id, title, summary, message text, or note content
"account balance"
Filter by simulation run plan job ID to get all chats from a specific simulation batch
"550e8400-e29b-41d4-a716-446655440000"