Skip to main content
GET
Custom events
Returns the most frequent custom events tracked for the project bound to your API key, ranked by volume. Request:
cURL
Response:

Authorization

Authorization
string
required
Bearer token with your Radar API key. Format: Bearer taapit_...

Query Parameters

start
string
Start of the range, ISO 8601 (UTC). Optional — omit for all time.
end
string
End of the range, ISO 8601 (UTC). Optional — omit for all time.
limit
integer
default:"50"
Maximum number of events to return. Capped at 500.

Response Fields

data
array
required
Custom events ranked by volume.
limit
integer
The effective limit applied to this response.