Skip to content

Revenue metrics

GET
/api/v1/dashboard/revenue

Revenue dashboard with pipeline, outreach, and attribution metrics for the selected period.

Authorizations

Parameters

Query Parameters

period

Reporting period: 7d, 30d, or 90d

string
default: 7d

Reporting period: 7d, 30d, or 90d

Responses

200

Successful Response

Response for GET /api/v1/dashboard/revenue.

object
data
required

Revenue metrics payload.

Attributes: total_revenue: Total revenue in the selected period. revenue_change_pct: Percentage change from prior period. new_customers: Number of new customers acquired. pipeline: Pipeline summary with stage breakdowns. outreach: Outreach metrics (sent, responses, response rate). attributed_revenue: Revenue attributed to AI agent activity. period: The reporting period requested. generated_at: When this dashboard was generated.

object
attributed_revenue
number
generated_at
string format: date-time
new_customers
integer
outreach
object
key
additional properties
any
period
string
default: 7d
pipeline
object
key
additional properties
any
revenue_change_pct
number
total_revenue
number
meta

Standard metadata included in every API response.

Attributes: request_id: Unique identifier for request tracing. timestamp: UTC timestamp of the response.

object
request_id

Unique identifier for request tracing

string
timestamp

UTC timestamp of the response

string format: date-time

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string