cURL
curl --request GET \ --url https://dev-api.rootkey.ai/api-v1/platform/files/{fileId} \ --header 'x-api-key: <api-key>'
{ "chainId": "137", "file": { "network": "Polygon", "tokenUri": "https://example.com/", "name": "File Name", "expirationDate": "2025-12-26T00:00:00.000Z" } }
List specific file stored in a vault
The file id
File successfully retrieved
The response is of type object.
object