Get a file
GET/files/:file_id
One file's metadata by id.
url is a time-limited signed URL — it carries its own expiry and stops working once that
passes. Fetch the file again to get a fresh one rather than storing the URL.
Requires a read scope on a record type the file is attached to.
Request
Responses
- 200
- 401
- 403
- 404
The file
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action
Resource not found (or not visible to this user's role)