GET /files/{file_id}/versions/{version_id}/
Summary: Retrieve a file version
Operation ID: files_version_detail
Auth: unknown
Operation ID: files_version_detail
Auth: unknown
Description
Retrieves the details of a file version #### Returns Returns a JSON object with a `data` key containing the representation of the requested file, if the request was successful. If the request is unsuccessful, an `errors` key containing information about the failure will be returned. Refer to the [list of error codes](#tag/Errors-and-Error-Codes) to understand why this request may have failed.
Parameters (2)
file_id
(string, path, required)
The unique identifier of the file from which you want to retrieve versions.
version_id
(string, path, required)
The file version number you want to retrieve.
No probe data for this endpoint yet.