Skip to main content
GET
List Documents

Overview

The List Documents endpoint returns all documents associated with a client account. Supports filtering by tax year and pagination for efficient document management.

Request

Path Parameters

number
required
Account identifier to list documents for.

Query Parameters

integer
Filter by tax year.
integer
Number of documents to return (1-100, default 50).
integer
Number of documents to skip for pagination.

Response

array
Array of document objects.
integer
Total number of documents matching filters.
boolean
Whether more documents are available.

Examples

Sample Response