Youtube · Example Payload

Youtube Youtubereportingjobsget Example

GoogleMediaSocialStreamingVideoVideos

Youtube Youtubereportingjobsget 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.jobs.get",
  "method": "GET",
  "path": "/jobs/{jobId}",
  "summary": "Youtube Get Reporting Job",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "YoutubereportingJobsGet200Example",
      "example": {
        "id": "abc123def456",
        "reportTypeId": "500123",
        "name": "Example Title",
        "createTime": "2026-01-15T10:30:00Z",
        "expireTime": "2026-01-15T10:30:00Z",
        "systemManaged": true
      }
    }
  ]
}