Method: claims.listStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
This endpoint retrieves a list of claims associated with the authenticated user's content owner, sorted by creation time in descending order.
The HTTP request uses aGETmethod with a specific URL and supports gRPC Transcoding syntax.
Several query parameters, such asassetId,id,videoId, andq, allow for filtering and specifying the claims to retrieve.
The response body is a paginated list of claims, with fields likekind,pageInfo,items,nextPageToken, andpreviousPageTokenproviding details about the claims and pagination.
The required authorization scope for this request ishttps://www.googleapis.com/auth/youtubepartner.
Retrieves a list of claims administered by the content owner associated with the currently authenticated user. Results are sorted in descending order of creation time.
HTTP request
GET https://youtubepartner.googleapis.com/youtube/partner/v1/claims
Use theclaimSearch.listmethod'sassetIdparameter to search for claim snippets by asset ID. You can then retrieve theclaimresources for those claims by using this method'sidparameter to specify a comma-separated list of claim IDs.
id
string
Theidparameter specifies a list of comma-separated YouTube claim IDs to retrieve.
onBehalfOfContentOwner
string
TheonBehalfOfContentOwnerparameter identifies the content owner that the user is acting on behalf of. This parameter supports users whose accounts are associated with multiple content owners.
pageToken
string
ThepageTokenparameter specifies a token that identifies a particular page of results to return. For example, set this parameter to the value of thenextPageTokenvalue from the previous API response to retrieve the next page of search results.
q
string
Use theclaimSearch.listmethod'sqparameter to search for claim snippets that match a particular query string. You can then retrieve theclaimresources for those claims by using this method'sidparameter to specify a comma-separated list of claim IDs.
videoId
string
Use theclaimSearch.listmethod'svideoIdparameter to search for claim snippets by video ID. You can then retrieve theclaimresources for those claims by using this method'sidparameter to specify a comma-separated list of claim IDs.
Request body
The request body must be empty.
Response body
A paginated list of claims returned in response to aclaims.listcall.
If successful, the response body contains data with the following structure:
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],["This describes retrieving claims via a `GET` request to `https://youtubepartner.googleapis.com/youtube/partner/v1/claims`. Users can filter claims using query parameters like `assetId`, `id`, `videoId`, `q`, `pageToken`, and `onBehalfOfContentOwner`. The request body is empty. The response is a paginated JSON list of claims (`items`), along with `pageInfo`, `nextPageToken`, and `previousPageToken`. This action requires `https://www.googleapis.com/auth/youtubepartner` authorization scope.\n"]]