AI-generated Key Takeaways
-
This endpoint retrieves metadata for a specific report using its
jobIdandreportId. -
Authorization is required for all requests, utilizing OAuth 2.0 and specific scopes like
https://www.googleapis.com/auth/yt-analytics.readonlyorhttps://www.googleapis.com/auth/yt-analytics-monetary.readonly. -
Path parameters
jobIdandreportIdare required to identify the job and the report being retrieved. -
The
onBehalfOfContentOwnerquery parameter allows specifying a content owner ID, otherwise, the request defaults to the user's own channel. -
A successful response returns a
Reportresource containing the report's metadata.
Retrieves the metadata for a specific report.
Request
HTTP request
GET https://youtubereporting.googleapis.com/v1/jobs/{jobId}/reports/{reportId}
Parameters
Path parameters
| Parameters | |
|---|---|
jobId |
stringThe ID that YouTube uses to uniquely identify the job associated with the report that is being retrieved. |
reportId |
stringThe ID that YouTube uses to uniquely identify the report that is being retrieved. |
Query parameters
| Parameters | |
|---|---|
onBehalfOfContentOwner |
stringThe ID of the content owner for whom the API request is being made. If the request does not specify a value for this parameter, the API server assumes that the request is being made for the user's own channel. |
Request body
The request body must be empty.
Response
If successful, the response body contains a Report resource.