Skip to main content
GET
/
v1
/
usage
/
analytics
/
product
/
{productId}
/
events
List product usage events
curl --request GET \
  --url https://api.example.com/v1/usage/analytics/product/{productId}/events

Path Parameters

productId
string
required

Product ID

Query Parameters

toolName
string

Filter by tool name

outcome
enum<string>

Filter by outcome

Available options:
success,
paywall,
fail
startDate
string

Start date (ISO 8601)

endDate
string

End date (ISO 8601)

limit
number

Max results (default 100, max 1000)

offset
number

Offset for pagination (default 0)

Response

200

List of product usage events matching the filters