Get revenue attribution report
GET /api/v1/reports/revenue
Returns revenue attribution data broken down by channel for the specified period.
Authorizations
Parameters
Query Parameters
Attribution period
Attribution period
Responses
200
Successful Response
Envelope response for the revenue attribution endpoint.
Attributes: data: The revenue attribution payload. meta: Standard response metadata.
object
Inner data payload for revenue attribution responses.
Attributes: period: The reporting period (e.g. “7d”, “30d”, “90d”). total_revenue: Total revenue across all channels. channels: Per-channel revenue breakdown. generated_at: When the report was generated.
object
Revenue attributed to a single channel or source.
Attributes: channel: Name of the revenue channel. revenue: Total revenue from this channel. percentage: Share of total revenue. actions_count: Number of agent actions that contributed.
object
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