pplx_get_thread
Retrieve the complete Q&A turns, sources, and related queries from any past Perplexity thread to continue the conversation.
Instructions
Fetch the full conversation history for a Perplexity thread. FREE — zero quota cost.
Returns the complete Q&A turns, sources, and related queries for any past thread. Get the slug from pplx_list_threads, or from the [Conversation ID: ...] footer returned by any pplx_* query tool.
RESUME PATTERN — to continue a past conversation:
pplx_list_threads(search_term="topic") — find the thread and its slug
pplx_get_thread(slug) — read the full history for context
pplx_smart_query("follow-up question", conversation_id=slug) — continue it
Args: slug: Thread UUID / slug. Obtain from pplx_list_threads or a previous [Conversation ID: ...] response footer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |