Google Forms · Schema
Watch
A watch for receiving notifications about form changes or responses.
Data CollectionFormsGoogleGoogle WorkspaceQuestionnairesResponsesSurveys
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Output only. The ID of this watch. |
| target | object | The target for watch notifications. |
| eventType | string | Which event type to watch for. |
| createTime | string | Timestamp of when this was created. |
| expireTime | string | Timestamp for when this will expire. |
| errorType | string | |
| state | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/google-forms/refs/heads/main/json-schema/google-forms-api-watch-schema.json",
"title": "Watch",
"description": "A watch for receiving notifications about form changes or responses.",
"type": "object",
"properties": {
"id": { "type": "string", "description": "Output only. The ID of this watch.", "readOnly": true },
"target": {
"type": "object",
"description": "The target for watch notifications.",
"properties": {
"topic": {
"type": "object",
"properties": {
"topicName": { "type": "string", "description": "A fully qualified Pub/Sub topic name." }
}
}
}
},
"eventType": {
"type": "string",
"description": "Which event type to watch for.",
"enum": ["EVENT_TYPE_UNSPECIFIED", "SCHEMA", "RESPONSES"]
},
"createTime": { "type": "string", "format": "date-time", "description": "Timestamp of when this was created." },
"expireTime": { "type": "string", "format": "date-time", "description": "Timestamp for when this will expire." },
"errorType": {
"type": "string",
"enum": ["ERROR_TYPE_UNSPECIFIED", "PROJECT_NOT_AUTHORIZED", "NO_USER_ACCESS", "OTHER_ERRORS"]
},
"state": {
"type": "string",
"enum": ["STATE_UNSPECIFIED", "ACTIVE", "SUSPENDED"]
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-forms-api-watch"
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.