# Retrieve file **GET /files/{id}** 返回已上传的文件信息。 ## Servers - Production: https://v5.jinshuju.net/exam/api (Production) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (string) ## Responses ### 200 file found #### Body: application/json (object) - **id** (string) - **object** (string) - **bytes** (integer) - **created_at** (string(date-time)) - **filename** (string) ### 404 file not found [Powered by Bump.sh](https://bump.sh)