Get a file
Returns a file's metadata and where it is in the pipeline.
`status` walks `uploading` → `processing` → `ready`, or lands on `failed` with an `error`. Poll this route after [registering a file](https://docs.cloudraker.com/api/cloud-raker-api/files/create-file) until it reads `ready`.
Once `ready`, `urls` carries signed links valid for about an hour:
- `content` — the original bytes.
- `markdown` and `json` — the parsed forms, present when the file was parsed.
**Learn more:** [Working with files](https://docs.cloudraker.com/developers/files)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Response
The file.
object
id
name
mimeType
status
createdAt
error
uploadUrl
uploadExpiresAt
urls
Errors
404
Not Found Error
429
Too Many Requests Error