cURL
curl --request GET \ --url https://api.example.com/v1/projects/{project_id}/files/{file_id} \ --header 'x-api-key: <api-key>' \ --header 'x-selected-account-id: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Fetch a file by id
API key for authentication
Selected Account ID
Successful Response