googleapis.com

Schedules reporting jobs containing your YouTube Analytics data and downloads the resulting bulk data reports in the form of CSV files.

🔑 oauth2 8 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Lists jobs.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://youtubereporting.googleapis.com/v1/jobs
Lists report types.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://youtubereporting.googleapis.com/v1/reportTypes
Gets a job.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://youtubereporting.googleapis.com/v1/jobs/{jobId}
Endpoints (8 total)
GET
/v1/jobs
Lists jobs.
GET
/v1/reportTypes
Lists report types.
GET
/v1/jobs/{jobId}
Gets a job.
GET
/v1/jobs/{jobId}/reports
Lists reports created by a specific job. Returns NOT_FOUND if the job does no…
GET
/v1/media/{resourceName}
Method for media download. Download is supported on the URI `/v1/media/{+name…
GET
/v1/jobs/{jobId}/reports/{reportId}
Gets the metadata of a specific report.
POST
/v1/jobs
Creates a job and returns it.
DELETE
/v1/jobs/{jobId}
Deletes a job.
At a glance
Total SDKs10
Languages6
Endpoints8
Authoauth2
Categories2
https://youtubereporting.googleapis.com