Skip to main content

List Statements

Returns a paginated list of statements for a project.

Request

Query Parameters

Headers

Response

Null fields are stripped from the response. For example, if a statement has not been processed yet, processed_at, statement_name, and other derived fields will be absent.

Errors

Example


Get Statement

Returns a single statement by ID with full metadata.

Request

Path Parameters

Query Parameters

Headers

Response

The get endpoint returns additional fields not present in the list response: statement_desc, statement_subtype, statement_version, has_summary_lines, modified_at, accounting_period, and the always-present financials object (aggregated from the statement’s summary sections; each numeric field defaults to 0 and string fields to "" when there is no summary data).

Errors

Example