Attachments

The Attachment Object

The Attachment object represents a file linked to various objects that require file associations. It includes file metadata (name, content type, size) and may provide a decoded URL for retrieval. It exists to make attached media/documents first-class API data rather than hidden internals.

ValueTypeDescription
uuidstringAttachment UUID.
file_file_namestringUploaded filename.
file_content_typestringUploaded MIME/content type.
file_file_sizeintegerUploaded file size in bytes.
file_urlstringDecoded file URL when decoded_url is available; otherwise null.
updated_atstringRecord update timestamp.
created_atstringRecord creation timestamp.