Skip to main content

reports

Overview

Namereports
TypeResource
Idyoutube.youtubereporting.reports

Fields

NameDatatypeDescription
idstringThe server-generated ID of the report.
jobIdstringThe ID of the job that created this report.
startTimestringThe start of the time period that the report instance covers. The value is inclusive.
createTimestringThe date/time when this report was created.
downloadUrlstringThe URL from which the report can be downloaded (max. 1000 characters).
endTimestringThe end of the time period that the report instance covers. The value is exclusive.
jobExpireTimestringThe date/time when the job this report belongs to will expire/expired.

Methods

NameAccessible byRequired ParamsDescription
jobs_reports_getSELECTjobId, reportIdGets the metadata of a specific report.
jobs_reports_listSELECTjobIdLists reports created by a specific job. Returns NOT_FOUND if the job does not exist.