Page Summary
-
This endpoint retrieves the asynchronous validation status via a
POSTrequest tohttps://youtubepartner.googleapis.com/youtube/partner/v1/validatorAsyncStatus. -
The
onBehalfOfContentOwnerquery parameter is used to specify the content owner for actions taken on their behalf, supporting multi-content owner accounts. -
The request body requires a
ValidateStatusRequestinstance, which includes avalidationIdandlocalefor the desired error message language. -
The response body, structured as JSON, provides the
status, a list oferrors, aisMetadataOnlyboolean, and the resourcekind. -
Access to this operation requires the
https://www.googleapis.com/auth/youtubepartnerOAuth scope.
- HTTP request
- Query parameters
- Request body
- Response body
- Authorization scopes
- ValidateStatusRequest
- Try it!
Get the asynchronous validation status.
HTTP request
POST https://youtubepartner.googleapis.com/youtube/partner/v1/validatorAsyncStatus
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
onBehalfOfContentOwner |
The |
Request body
The request body contains an instance of ValidateStatusRequest.
Response body
Response to a validator.validateAsyncStatus request.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"status": string,
"errors": [
{
object ( |
| Fields | |
|---|---|
status |
The validation status. |
errors[] |
The list of errors and/or warnings. |
isMetadataOnly |
If this is a metadata-only package. |
kind |
The type of the API resource. For this operation, the value is |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/youtubepartner
For more information, see the OAuth 2.0 Overview.
ValidateStatusRequest
Request to validate the status of a validation request.
| JSON representation |
|---|
{ "validationId": string, "locale": string, "kind": string } |
| Fields | |
|---|---|
validationId |
The validation ID. |
locale |
The desired locale of the error messages as defined in BCP 47 (http: //tools.ietf.org/html/bcp47). For example, "en-US" or "de". If not // specified we will return the error messages in English ("en"). |
kind |
The type of the API resource. For this operation, the value is |