Get video scores result preview
Retrieve a preview of video scores based on aggregation strategy. Use this endpoint to preview results before creating an aggregation.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
group_id
The ID of the Dynamic Tag group.
tag_id
The ID of the tag within the group.
Query parameters
tag_version_id
The version ID of the tag.
dataset_id
The ID of the dataset to query.
strategy
The aggregation strategy/methodology to use.
Allowed values:
min_conf
Minimum confidence threshold.
coverage_threshold
Coverage threshold (required for COVERAGE_THRESHOLD strategy).
engine
Backend engine used to query shot scores. DUCKDB (default) supports all strategies; PINOT supports ANY_HIT and COVERAGE_THRESHOLD only.
Allowed values:
max_shot_length
Maximum shot length in seconds. Videos with any shot longer than this value are excluded from results. Omit or set to null to disable filtering.
Response
Successful Response
meta
Metadata for pagination.
data
The paginated data.
sort
Sort details.
Errors
400
Bad Request Error
422
Unprocessable Entity Error
