Skip to main content

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.

MethodGET
Path/api/files/:id/status
DomainMessaging & files · Files
Tiercomputation (public)
Authuser

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.