Get file
Returns metadata for a previously uploaded file.
Authentication
Authorizationstring
Pass your API key in the `Authorization` header using the prefix `api-key`:
```
Authorization: api-key YOUR_API_KEY
```
Path parameters
fileId
File identifier returned by the upload endpoint.
Response
OK
id
File identifier. Pass this as fileId when referencing this file in Document Insights or workflow calls.
name
Original file name as submitted at upload time.
mimeType
Detected MIME type of the file.
sizeBytes
File size in bytes.
createdAt
ISO 8601 timestamp when the file was uploaded.