Get a file

View as Markdown
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

idstringRequired>=1 character

Response

The file.
object"file"
idstring
namestring
mimeTypestring
statusenum
createdAtstring
errorstring
uploadUrlstring
uploadExpiresAtstring
urlsobject

Errors

404
Not Found Error
429
Too Many Requests Error