GET /api/files/:id/status
── GET /api/files/:id/status — lifetime without downloading Lets the mail UI show "expires in 6h" or "expired" on an attachment chip without pulling the bytes down just to find out.
| Method | GET |
| Path | /api/files/:id/status |
| Domain | Messaging & files · Files |
| Tier | computation (public) |
| Auth | user |
Request
curl -X GET https://zeqsdk.com/api/files/CONTRACT_ID/status \
-H "Authorization: Bearer $ZEQ_KEY"
Needs a machine key — mint one free:
curl -X POST https://zeqsdk.com/api/demo-key/mint, then spin up your machine.
Generated from the node's own route registry (GET /api/endpoints) — this path is live.