List File Versions
Returns a file’s version history — every finalized (ready) version plus
any in-flight pending re-upload — newest first, with the current version
flagged. Each row describes THAT version’s immutable bytes (fileName,
contentType, byteSize can differ across versions of one file); only a
ready version is downloadable, and the download URL always serves the
current version.
Required permission: company.file:read
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
File identifier
Response
The file's version history, newest first
