Youtube · Example Payload

Youtube Youtubereportingreportsget Example

GoogleMediaSocialStreamingVideoVideos

Youtube Youtubereportingreportsget 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.get",
  "method": "GET",
  "path": "/jobs/{jobId}/reports/{reportId}",
  "summary": "Youtube Get Report",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "YoutubereportingReportsGet200Example",
      "example": {
        "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"
      }
    }
  ]
}