Get financial report
GET /api/v1/reports/financial
Returns a financial report filtered by type (P&L, cash flow, or unit economics) and period.
Authorizations
Parameters
Query Parameters
Type of financial report to generate
Type of financial report to generate
Reporting period
Reporting period
Responses
200
Successful Response
Envelope response for the financial report endpoint.
Attributes: data: The financial report payload. meta: Standard response metadata.
object
Inner data payload for financial report responses.
Attributes: report_type: The type of financial report. period: The reporting period. generated_at: When the report was generated. data: The report content (structure varies by report type).
object
object
Allowed financial report periods.
Allowed financial report types.
Standard metadata included in every API response.
Attributes: request_id: Unique identifier for this request. timestamp: When the response was generated.
object
Unique identifier for this request
When the response was generated
422
Validation Error