Google Tasks · Schema

Google Task

A task resource from the Google Tasks API.

GoogleProductivityTask ManagementTaskTo-DoWorkspace

Properties

Name Type Description
kind string
id string Task identifier.
etag string ETag of the resource.
title string Title of the task.
updated string Last modification time of the task.
selfLink string URL pointing to this task.
parent string Parent task identifier.
position string String indicating the position of the task among its sibling tasks.
notes string Notes describing the task.
status string Status of the task.
due string Due date of the task.
completed string Completion date of the task.
deleted boolean Flag indicating whether the task has been deleted.
hidden boolean Flag indicating whether the task is hidden.
links array Collection of links related to this task.
View JSON Schema on GitHub

JSON Schema

tasks.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/google-tasks/refs/heads/main/json-schema/tasks.json",
  "title": "Google Task",
  "description": "A task resource from the Google Tasks API.",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string",
      "const": "tasks#task"
    },
    "id": {
      "type": "string",
      "description": "Task identifier."
    },
    "etag": {
      "type": "string",
      "description": "ETag of the resource."
    },
    "title": {
      "type": "string",
      "description": "Title of the task."
    },
    "updated": {
      "type": "string",
      "format": "date-time",
      "description": "Last modification time of the task."
    },
    "selfLink": {
      "type": "string",
      "format": "uri",
      "description": "URL pointing to this task."
    },
    "parent": {
      "type": "string",
      "description": "Parent task identifier."
    },
    "position": {
      "type": "string",
      "description": "String indicating the position of the task among its sibling tasks."
    },
    "notes": {
      "type": "string",
      "description": "Notes describing the task."
    },
    "status": {
      "type": "string",
      "enum": ["needsAction", "completed"],
      "description": "Status of the task."
    },
    "due": {
      "type": "string",
      "format": "date-time",
      "description": "Due date of the task."
    },
    "completed": {
      "type": "string",
      "format": "date-time",
      "description": "Completion date of the task."
    },
    "deleted": {
      "type": "boolean",
      "description": "Flag indicating whether the task has been deleted."
    },
    "hidden": {
      "type": "boolean",
      "description": "Flag indicating whether the task is hidden."
    },
    "links": {
      "type": "array",
      "description": "Collection of links related to this task.",
      "items": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "link": {
            "type": "string",
            "format": "uri"
          }
        }
      }
    }
  },
  "required": ["kind", "id", "title"]
}

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/tasks"
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 email required.

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