action mozilla_get_changess { label: "get_changess" provider: mozilla method: GET path: "/buckets/monitor/collections/changes/records" encoding: json input: { type: "object" properties: { "If-Match": { type: "string" } "If-None-Match": { type: "string" } _before: { type: "integer" } _fields: { type: "array" items: { type: "string" } } _limit: { type: "integer" } _since: { type: "integer" } _sort: { type: "array" items: { type: "string" } } _to: { type: "integer" } _token: { type: "string" } id: { type: "string" } last_modified: { type: "integer" } } additionalProperties: false } output: { type: "object" properties: { data: { type: "array" items: { type: "object" required: ["host", "bucket", "collection"] properties: { bucket: { type: "string" } collection: { type: "string" } host: { type: "string" } } } } } } }