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.

Returns a parent action ticket and all its child content tickets (drafts, scheduled, posted) in one call. Each child includes status, scheduled_for, posted_url, assignee fields, and a deep link to its editor or detail page.

When to use

  • The user asks about a specific action by ticket code (“Show me ABC-051 and its content”).
  • The user wants to know what content already exists against an action before drafting more.
  • You’re about to call create_content_draft and want to confirm an action doesn’t already have a queued draft.

When not to use

Inputs

Input is a ticket code like "ABC-051". Brand resolved from auth context — a ticket from another brand returns null even if the same sequence number exists in your brand.

See also