Skip to main content

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.

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

Pagination

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

See also