Get a file
Returns the metadata for a single file. To download the binary contents, use GET /files/{id}/contents.
Authorizations
OAuth 2.0 client credentials. Exchange your client_id and client_secret for an access token scoped to the organisation that provides data access.
Headers
ID of the organisation the request operates on behalf of (e.g. org_...). Must be an organisation the API client has access to.
"org_01k83mfmhgchya944v86ryvhpq"
Path Parameters
"fle_01kw9grq4tecva35wdpstzcj5z"
Response
The metadata of the requested file.
ID of the file.
"fle_01kw9grq4tecva35wdpstzcj5z"
Optionally assigned external ID of the file.
"MY-CUSTOM-ID"
The site that owns this file.
The original filename of the uploaded binary.
"sink_confirmation.pdf"
The MIME type of the file, detected from its contents at upload time.
"application/pdf"
The size of the file in bytes.
482117
The ISO 8601 timestamp at which the file was uploaded.
"2025-10-10T21:03:58Z"