cURL
curl --request GET \ --url https://api.example.com/api/file/download \ --header 'X-Session-API-Key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Download a file from the workspace using query parameter (preferred method).
Absolute file path
Successful Response
Was this page helpful?