GET
/
analytics
/
activities
/
v1

Authorizations

Authorization
string
headerrequired

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

Query Parameters

page_size
integer
project_id
string
filter
string

Optional KQL filter to apply to the list of activities. Filtering is only supported on the dimensions field and the supported operator is =. If multiple filters are provided, they are combined using the OR operator. For example, filter: dimensions.video_id:123 OR dimensions.ingest_id:456.

page_token
string

Response

200 - application/json
activities
object[]
next_page_token
string