> ## 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_content

> Lists content rows for the brand with optional filters.

Lists content rows for the brand with optional filters. Returns the deep link for each row (editor or detail page depending on platform/status). Read-only.

Filters compose with AND. Pass nothing for "everything for the brand," newest first.

## When to use

* The user asks "what do I have queued?" / "what's scheduled this week?" / "show me my published LinkedIn posts."
* You want to confirm an action ticket has no draft yet before calling `create_content_draft`.
* The user wants a list of content assigned to a specific reviewer.

## When not to use

* The user wants attribution data — use [`get_attribution_report`](/mcp/reads/get-attribution-report).
* The user wants the action-and-content tree for a specific ticket — use [`get_action_with_children`](/mcp/reads/get-action-with-children).

## Pagination

Passing the last item's id back as `cursor` returns the next page. `nextCursor=null` when no more rows.

## See also

* [Overview](/mcp/overview)
