Retrieve a file
Retrieves a file's metadata and a download URL when the file is ready.
Use this endpoint to check whether a file is `pending_upload`, `ready`, or
`failed`. Ready files include a short-lived authenticated `downloadUrl`.
## Returns
Returns the file. Returns `404 file_not_found` if the file is unknown to the
authenticated organization.