Skip to main content
GET
List Files

List Files

Returns the list of files and documents associated with the authenticated customer’s account, including contracts, agreements, and uploaded documents.

Authentication

Requires a valid customer bearer token.

Query Parameters

_shape
string
Comma-separated list of field paths to include in the response. When provided, only the specified fields are returned — useful for reducing payload size. Supports nested paths using dot notation.

Response

Returns an array of file objects with the following fields.

File Fields

Identity

Core

Timestamps (from base)

Examples

Fetch my files

TypeScript Integration