Get an Asset by Name
Retrieve a media file using its original filename. This is a convenience alias for Get an Asset — the identifier parameter accepts both UUIDs and filenames.
GET /api/{projectId}/files/{filename}Example
curl https://your-domain.com/api/{projectId}/files/hero.jpg \ -H "Authorization: Bearer YOUR_API_TOKEN"See Get an Asset for the full response format and status codes.