List case attachments

View as MarkdownOpen in Claude
Lists the files attached to a case. Available to both Platform and Enterprise Partners.

Path parameters

caseUuidstringRequiredformat: "uuid"
The case's UUID.

Response

The attachments
uuidstringformat: "uuid"
The attachment's identifier.
caseUuidstringformat: "uuid"
The case the attachment belongs to.
fileTypestring
The file's content type.
filenamestring
The file's name.
fileUrlstring
A reference to the stored file.
uploadedAtdatetime
When the file was uploaded.
uploadedBystring
The id of the user who uploaded the file.
uploadedByUserobject or null
The resolved user who uploaded the file. Null when not enriched.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error