pplx_list_threads
Retrieve a paginated list of past Perplexity conversations. Search by keyword to find specific threads and get slugs to resume or explore full history.
Instructions
Browse your Perplexity thread library. FREE — zero quota cost.
Returns a paginated list of your past Perplexity conversations with their slugs, titles, models used, and answer previews.
PRIMARY USE CASES:
"Did I already research X?" — search before spending a Pro query: pplx_list_threads(search_term="quantum computing")
Find a conversation to resume — get its slug, then pass it as conversation_id to any pplx_* query tool to continue right where it left off.
Retrieve full history — call pplx_get_thread(slug) with any slug from this list.
Args: limit: Max threads to return (default 20, max 100). offset: Skip this many threads — use for pagination (e.g. offset=20 for page 2). search_term: Optional keyword to filter threads by title or content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| search_term | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |