Get Document
Documents
Get Document
Retrieve metadata and a short-lived signed download URL for a stored document
GET
Get Document
Request
Path Parameters
Document UUID returned by
GET /v1/documents.Query Parameters
When
true (default), the response includes a signed URL valid for 15 minutes. Set to false for a lightweight metadata-only fetch.Headers
Response
X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing read:documents permission |
| 404 | not_found | Document not found |
| 429 | rate_limited | Rate limit exceeded |