Skip to main content
GET
List top-of-funnel events
Requires analytics:read. Filter by an ISO 8601 date_from and date_to, then paginate with limit and offset. Results contain pseudonymous events that help measure drop-off before a prospect submits an email address.

Authorizations

Authorization
string
header
required

Hobbes API key with the hb_live_ prefix.

Query Parameters

date_from
string<date-time> | null

Filter by event time (ISO 8601)

date_to
string<date-time> | null

Filter by event time (ISO 8601)

limit
integer
default:200

Number of records to return. Defaults to 50 and cannot exceed 200.

Required range: 1 <= x <= 200
offset
integer
default:0

Zero-based number of records to skip. Use with pagination.total to request the next page.

Required range: 0 <= x <= 1000000

Response

Successful Response

events
FunnelEventItem · object[]
required
pagination
Pagination · object
required