Google Data Studio · Schema

Looker Studio Report

Represents a Looker Studio report, which is a customizable dashboard or report asset that connects to data sources and presents data through visualizations. Reports are a subtype of Asset with assetType REPORT.

AnalyticsBusiness IntelligenceDashboardsDataReportingVisualization

Properties

Name Type Description
assetType string The asset type, always REPORT for report assets.
name string The unique name (ID) of the report. Used as the asset identifier in API calls and Linking API URLs.
title string The display title of the report.
description string Description of the report providing context about its purpose and contents.
owner string The email address of the report owner.
creator string The email address of the user who originally created the report.
createTime string Timestamp when the report was created, in RFC 3339 format.
updateTime string Timestamp when the report was last modified, in RFC 3339 format.
updateByMeTime string Timestamp when the report was last modified by the authenticated user, in RFC 3339 format.
lastViewByMeTime string Timestamp when the report was last viewed by the authenticated user, in RFC 3339 format.
trashed boolean Indicates whether the report is currently in the trash.
View JSON Schema on GitHub

JSON Schema

google-data-studio-report-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "google-data-studio-report-schema.json",
  "title": "Looker Studio Report",
  "description": "Represents a Looker Studio report, which is a customizable dashboard or report asset that connects to data sources and presents data through visualizations. Reports are a subtype of Asset with assetType REPORT.",
  "type": "object",
  "required": [
    "assetType",
    "name",
    "title",
    "owner",
    "creator",
    "createTime",
    "updateTime"
  ],
  "properties": {
    "assetType": {
      "type": "string",
      "description": "The asset type, always REPORT for report assets.",
      "const": "REPORT"
    },
    "name": {
      "type": "string",
      "description": "The unique name (ID) of the report. Used as the asset identifier in API calls and Linking API URLs."
    },
    "title": {
      "type": "string",
      "description": "The display title of the report."
    },
    "description": {
      "type": "string",
      "description": "Description of the report providing context about its purpose and contents."
    },
    "owner": {
      "type": "string",
      "description": "The email address of the report owner.",
      "format": "email"
    },
    "creator": {
      "type": "string",
      "description": "The email address of the user who originally created the report.",
      "format": "email"
    },
    "createTime": {
      "type": "string",
      "description": "Timestamp when the report was created, in RFC 3339 format.",
      "format": "date-time"
    },
    "updateTime": {
      "type": "string",
      "description": "Timestamp when the report was last modified, in RFC 3339 format.",
      "format": "date-time"
    },
    "updateByMeTime": {
      "type": "string",
      "description": "Timestamp when the report was last modified by the authenticated user, in RFC 3339 format.",
      "format": "date-time"
    },
    "lastViewByMeTime": {
      "type": "string",
      "description": "Timestamp when the report was last viewed by the authenticated user, in RFC 3339 format.",
      "format": "date-time"
    },
    "trashed": {
      "type": "boolean",
      "description": "Indicates whether the report is currently in the trash."
    }
  },
  "additionalProperties": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-data-studio-report"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.