YouTube Reporting
Manage YouTube Reporting jobs, report types, and generated reports for large-scale content analytics exports.
google-youtube-reportingv1.0.08 tools
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "GOOGLE_YOUTUBE_REPORTING_JOBS_CREATE", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_YOUTUBE_REPORTING_JOBS_CREATE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_YOUTUBE_REPORTING_JOBS_CREATE --data '{ }'Tool catalog
Available tools
8 callable operations
Youtubereporting Jobs CreateGOOGLE_YOUTUBE_REPORTING_JOBS_CREATECreates a job and returns it.Connection2 scopes
Creates a job and returns it.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags
jobs
Youtubereporting Jobs DeleteGOOGLE_YOUTUBE_REPORTING_JOBS_DELETEDeletes a job.Connection2 scopes
Deletes a job.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags
jobs
Youtubereporting Jobs GetGOOGLE_YOUTUBE_REPORTING_JOBS_GETGets a job.Connection2 scopes
Gets a job.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags
jobs
Youtubereporting Jobs ListGOOGLE_YOUTUBE_REPORTING_JOBS_LISTLists jobs.Connection2 scopes
Lists jobs.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags
jobs
Youtubereporting Jobs Reports GetGOOGLE_YOUTUBE_REPORTING_JOBS_REPORTS_GETGets the metadata of a specific report.Connection2 scopes
Gets the metadata of a specific report.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags
jobs
Youtubereporting Jobs Reports ListGOOGLE_YOUTUBE_REPORTING_JOBS_REPORTS_LISTLists reports created by a specific job. Returns NOT_FOUND if the job does not exist.Connection2 scopes
Lists reports created by a specific job. Returns NOT_FOUND if the job does not exist.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags
jobs
Youtubereporting Media DownloadGOOGLE_YOUTUBE_REPORTING_MEDIA_DOWNLOADMethod for media download. Download is supported on the URI `/v1/media/{+name}?alt=media`.Connection2 scopes
Method for media download. Download is supported on the URI `/v1/media/{+name}?alt=media`.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags
media
Youtubereporting ReportTypes ListGOOGLE_YOUTUBE_REPORTING_REPORT_TYPES_LISTLists report types.Connection2 scopes
Lists report types.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/yt-analytics-monetary.readonlyhttps://www.googleapis.com/auth/yt-analytics.readonlyTags
reporttypes