Snoze Developers
API referenceFiles

Get

GET
/v1/files/{fileId}
AuthorizationBearer <token>

Workspace API key created in Workspace settings → API keys. Scopes on the key bound what it can read and write.

In: header

Path Parameters

fileId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/files/string"
{  "data": {    "fileId": "77c0d9e4-1f36-4a82-95cb-0d47e2b8a613",    "name": "roadmap.pdf",    "mimeType": "application/pdf",    "byteSize": 0,    "downloadUrl": "/v1/assets/77c0d9e4-1f36-4a82-95cb-0d47e2b8a613/9tKq…",    "createdAt": "2026-07-14T16:20:00.000Z"  }}