Get video scores result preview

Beta
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_idstringRequiredformat: "uuid"
The ID of the Dynamic Tag group.
tag_idstringRequiredformat: "uuid"
The ID of the tag within the group.

Query parameters

tag_version_idstringRequiredformat: "uuid"
The version ID of the tag.
dataset_idstringRequiredformat: "uuid"
The ID of the dataset to query.
strategyenumRequired

The aggregation strategy/methodology to use.

Allowed values:
min_confdoubleRequired<=1
Minimum confidence threshold.
coverage_thresholddoubleOptional<=1

Coverage threshold (required for COVERAGE_THRESHOLD strategy).

engineenumOptionalDefaults to DUCKDB

Backend engine used to query shot scores. DUCKDB (default) supports all strategies; PINOT supports ANY_HIT and COVERAGE_THRESHOLD only.

Allowed values:
max_shot_lengthintegerOptional
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
metaobject
Metadata for pagination.
datalist of objects
The paginated data.
sortlist of objects
Sort details.

Errors

400
Bad Request Error
422
Unprocessable Entity Error