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

# list_replies

> Lists social-listening replies for the current brand.

Lists social-listening replies for the current brand. Filters by source platform (Reddit, Hacker News, X, LinkedIn listening) and lifecycle status. Brand resolved from auth context.

## When to use

* The user asks "what Reddit replies are in draft?"
* The agent needs to find a reply to update before calling `update_reply` or `mark_reply_posted`.

## Response

Returns up to 50 most-recent rows (the calendar surfaces the rest). Each row has `id`, `source_type`, `source_ref_id`, `status`, `scheduled_for`, `posted_url`, `reply_text`, `brand_account_id`.

## See also

* [Overview](/mcp/overview)
