> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tracelm.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# List Conversations

> List conversations with filters and pagination

## Query Parameters

* `project_id`
* `user_id`
* `session_id`
* `start_date`, `end_date`
* `page` (default `1`)
* `page_size` (default `20`, max `100`)
* `sort_by` (`started_at | last_activity_at | total_tasks | total_turns`)
* `sort_order` (`asc | desc`)

## Response

`conversations[]` items include:

* `id`, `project_id`, `user_id`, `session_id`
* `total_tasks`, `total_turns`
* `started_at`, `last_activity_at`
