cURL
curl --request GET \ --url https://dash.empirical.run/api/files/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "file": { "id": 123, "name": "<string>", "url": "<string>", "description": "<string>", "mime_type": "<string>", "size_bytes": 123, "status": "pending", "access_level": "<string>", "created_by": "<string>", "created_at": "<string>", "updated_at": "<string>" } } }
Returns a single file with a signed download URL that expires in 1 hour.
API key from the Empirical dashboard.
File ID.
-9007199254740991 <= x <= 9007199254740991
File details.
Show child attributes
Was this page helpful?