Files endpoint: Returns a file by id with a signed S3 URLAsk AIget https://prod.api.devgrid.io/files/{id}Path ParamsiduuidrequiredID of the file to getQuery ParamssizestringImage size in WxH format (e.g., '200x200') or 'original' for original sizeResponses 200Success response: File with signed URL 400User Error Response: Invalid size format 401Error response: Unauthorized 404Error response: File not found 500Server Error Response: Server encountered an errorUpdated about 2 months ago