Get a file
Retrieve a single file by ID.
Authorizations
Cognito-issued JWT access token. Send it as Authorization: Bearer <token>.
Path Parameters
Query Parameters
Response
File metadata (v2)
File representation that splits the former fileType field into two: tag (owner-specific document tag) and fileType (owner-agnostic canonical Slate type). Use FileV2 (via the /v2 endpoints) for any new integration. The v1 File schema is retained for backwards compatibility and continues to carry the document tag in its fileType field.
active, archived pending, uploaded Owner-specific document tag. Stable per file.
Owner-agnostic canonical Slate file type (e.g. REPAYMENT_AGREEMENT). Prefer this for routing and filtering; absent when the file has not yet been mapped to a canonical type.
Optional metadata associated with the file
Per-file statistics computed asynchronously after upload. Absent until the file has been analyzed. PDF-structural stats nest under the application/pdf key; sizeBytes and contentType are general and apply to any analyzed file.
Per-file aggregate of redaction jobs. Only present on File responses when ?redactionSummary=true is set and the file has at least one redaction. latestStatus reflects the most recently created job.
