/v1/jobs/{jobId}/reports
GET
/v1/jobs/{jobId}/reports
jobs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://youtubereporting.googleapis.com//v1/jobs//reports'
Response Response Example
{
"nextPageToken": "string",
"reports": [
{
"createTime": "string",
"downloadUrl": "string",
"endTime": "string",
"id": "string",
"jobExpireTime": "string",
"jobId": "string",
"startTime": "string"
}
]
}
Request
Path Params
jobId
string
required
Query Params
createdAfter
string
optional
onBehalfOfContentOwner
string
optional
pageSize
integer
optional
pageToken
string
optional
ListReports
method.startTimeAtOrAfter
string
optional
startTimeBefore
string
optional