body is the markdown implementation spec — that is the work you are being asked to do.
Get a documentId from list_documents. For the typical read-then-implement loop, see the agent workflow guide.
Input
string (uuid)
required
Id of the document to read, as returned by
list_documents.Output
object
required
object
The folder holding the document.
null when the document is not in a folder.object
Status of the document’s latest generation.
null when nothing has been generated yet.object[]
required
Notes
- Tickets that are hidden, deleted, or merged into another ticket are left out, so the list matches what a person sees in the app. The rest are returned in the app’s own order.
- A ticket’s
bodycan come back empty when the document is read in a compact form. When that happens, read the ticket withget_ticketto get the full spec rather than treating it as an empty ticket. - A document outside the bound workspace reads as not found, even if your user account can otherwise reach it — for example a document shared with you from another workspace. Resolve those with a share link instead.
imageCountabove zero means the person marked up real UI screenshots while recording. Fetch them withget_ticket_imagesand read them as part of the spec.