Skip to main content
GET
Retrieve funnel metrics
Requires analytics:read. Choose a trailing window from 1 to 365 UTC days. The response includes session, qualification, booking, high-intent, duration, qualification-rate, and top-source metrics. qualificationRate is already a percentage from 0 to 100, rounded to two decimal places. Do not multiply it again in the presentation layer.

Authorizations

Authorization
string
header
required

Hobbes API key with the hb_live_ prefix.

Query Parameters

days
integer
default:30

Trailing number of UTC days to aggregate. Defaults to 30 and accepts 1-365.

Required range: 1 <= x <= 365

Response

Successful Response

days
integer
required

Trailing UTC day window used for the aggregation.

Example:

30

totalSessions
integer
required

Analyzed sessions in the window.

Example:

248

qualifiedCount
integer
required

Currently qualified unique people active in the window.

Example:

71

bookedCount
integer
required

Sessions that produced a booking.

Example:

29

highIntentCount
integer
required

High-intent unique people active in the window.

Example:

64

avgDurationSeconds
number | null

Average session duration in seconds.

Example:

512.4

qualificationRate
number | null

Qualified unique active people divided by all unique active people, from 0 to 100.

Example:

28.6

topSources
SourceCount · object[]

Top acquisition sources by session count.