cURL
curl --request GET \ --url https://api.fivemanage.com/api/v3/file/{path} \ --header 'Authorization: <api-key>'
{ "data": { "filename": "<string>", "id": "<string>", "metadata": {}, "size": 123, "type": "<string>", "url": "<string>" }, "status": "<string>" }
Get detailed information about a specific file by ID or storage key.
File ID or storage key
OK
Show child attributes
Was this page helpful?