Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Query Parameters

page_size
integer<int32>
required
project_id
string
required
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

OK

activities
object[]
next_page_token
string