Skip to content

ctk attachments

List all attachments on a page.

Terminal window
ctk attachments list 12345678

Output:

ID Title Media Type Size
───────────────────────────────────────────────────────────────────────
att98765401 diagram.png image/png 245 KB
att98765402 design-spec.pdf application/pdf 1.2 MB
att98765403 notes.txt text/plain 4 KB
Showing 3 attachments

Download an attachment by its ID.

Terminal window
ctk attachments download att98765401
ctk attachments download att98765401 --output ./downloads/diagram.png

Output:

Downloaded diagram.png (245 KB) -> ./diagram.png
FlagShortDescription
--output-oFile path to save the downloaded attachment
--jsonOutput raw JSON response

All commands support --json:

Terminal window
ctk attachments list 12345678 --json