YouTube Reporting API
  1. Schemas
YouTube Reporting API
  • jobs
    • /v1/jobs
      GET
    • /v1/jobs
      POST
    • /v1/jobs/{jobId}
      DELETE
    • /v1/jobs/{jobId}
      GET
    • /v1/jobs/{jobId}/reports
      GET
    • /v1/jobs/{jobId}/reports/{reportId}
      GET
  • media
    • /v1/media/{resourceName}
      GET
  • reportTypes
    • /v1/reportTypes
      GET
  • Schemas
    • Schemas
      • Empty
      • GdataBlobstore2Info
      • GdataCompositeMedia
      • GdataContentTypeInfo
      • GdataDiffChecksumsResponse
      • GdataDiffDownloadResponse
      • GdataDiffUploadRequest
      • GdataDiffUploadResponse
      • GdataDiffVersionResponse
      • GdataDownloadParameters
      • GdataMedia
      • GdataObjectId
      • Job
      • ListJobsResponse
      • ListReportTypesResponse
      • ListReportsResponse
      • Report
      • ReportType
  1. Schemas

ListReportsResponse

Response message for ReportingService.ListReports.

{
    "nextPageToken": "string",
    "reports": [
        {
            "createTime": "string",
            "downloadUrl": "string",
            "endTime": "string",
            "id": "string",
            "jobExpireTime": "string",
            "jobId": "string",
            "startTime": "string"
        }
    ]
}
Built with