Youtube · Example Payload

Youtube Reporting Report Example

GoogleMediaSocialStreamingVideoVideos

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

Top-level fields

idjobIdstartTimeendTimecreateTimedownloadUrljobExpireTime

Example Payload

Raw ↑
{
  "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"
}