Skip to main content
GET
List event properties

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

event_name
string

Restrict the sample to one event name. Omit to sample every event.

Maximum string length: 200
lookback_days
integer
default:7

How many days back to sample. The maximum equals the source's 90-day retention.

Required range: 1 <= x <= 90
limit
integer
default:200

Maximum catalog rows returned, most frequent first.

Required range: 1 <= x <= 500

Response

Successful response. Sampled: counts rank property keys, they do not measure them.

properties
object[]
required

Most frequent first. Empty only when no sampled event carried any property.

returned_count
integer
required
complete
boolean
required

Always true on a 200. A failed read is a 503, never an empty catalog.

meta
object