Retrieves a list of assets based on asset metadata. The method can retrieve all assets or only assets owned by the content owner.
Note that in cases where duplicate assets have been merged, the API response only contains the synthesized asset. (It does not contain the constituent assets that were merged into the synthesized asset.)
HTTP request
GET https://youtubepartner.googleapis.com/youtube/partner/v1/assets
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
fetchMatchPolicy |
The The
|
fetchMetadata |
The |
fetchOwnership |
The The
|
fetchOwnershipConflicts |
The |
id |
The |
onBehalfOfContentOwner |
The |
Request body
The request body must be empty.
Response body
A paginated list of asset
resources returned in response to assets.list
request.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"kind": string,
"items": [
{
object ( |
Fields | |
---|---|
kind |
The type of the API response. For this operation, the value is |
items[] |
A list of |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/youtubepartner
For more information, see the OAuth 2.0 Overview.