Activity logs
List activities
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
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
.