API referenceFiles
Get
Authorization
apiKey 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" }}{ "_tag": "ApiNotFound", "error": "not_found", "message": "That item does not exist, or this key cannot see it.", "status": 404}{ "_tag": "ApiNotFound", "error": "not_found", "message": "That item does not exist, or this key cannot see it.", "status": 404}