/v1/jobs/{jobId}/reports/{reportId}
GET
/v1/jobs/{jobId}/reports/{reportId}
jobs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://youtubereporting.googleapis.com//v1/jobs//reports/'
Response Response Example
{
"createTime": "string",
"downloadUrl": "string",
"endTime": "string",
"id": "string",
"jobExpireTime": "string",
"jobId": "string",
"startTime": "string"
}
Request
Path Params
jobId
string
required
reportId
string
required
Query Params
onBehalfOfContentOwner
string
optional
Responses
Modified at 2023-08-15 05:44:52