# Get a file by id Endpoint: GET /api/v1/files/{id} Version: 0.0.1 Security: bearerAuth ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `url` (string, required) Signed URL to the file, expires in 5 minutes ## Response 401 fields (application/json): - `message` (string, required) Enum: "Not authorized" ## Response 404 fields (application/json): - `message` (string, required) Enum: "Form not found"