Watches
Bulk Create Watches
Create up to 100 watches in a single call
POST
Overview
Bulk-create variant of Create Watch. The full set is validated upfront — no partial inserts. Counts against the per-planwatches.maxResources quota.
Body Parameters
1—100 watch specifications. Each item has the same shape as the
body of Create Watch.
Response
Always
"list".Array of created
Watch objects in input order.Request identifier.
Errors
- 400 — any item fails validation (whole batch rejected).
- 409 — quota exceeded.
- 413 — combined payload exceeds the per-request limit.
Filter keys inside
query.filters are camelCase (niceClasses,
jurisdictions, ownerId, …). Unknown keys — including snake_case
typos like nice_classes — are rejected with 400, as is query.match
in any form. See the canonical query
reference.