Youtube · Example Payload

Youtube Youtubereportingreportslist Example

GoogleMediaSocialStreamingVideoVideos

Youtube Youtubereportingreportslist Example is an example object payload from Youtube, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "youtubeReporting.reports.list",
  "method": "GET",
  "path": "/jobs/{jobId}/reports",
  "summary": "Youtube List Reports",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "YoutubereportingReportsList200Example",
      "example": {
        "reports": [
          {
            "id": "abc123def456",
            "jobId": "abc123def456",
            "startTime": "2026-01-15T10:30:00Z",
            "endTime": "2026-01-15T10:30:00Z",
            "createTime": "2026-01-15T10:30:00Z",
            "downloadUrl": "https://www.example.com",
            "jobExpireTime": "2026-01-15T10:30:00Z"
          }
        ],
        "nextPageToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9"
      }
    }
  ]
}