action clearblade_get_counts { label: "Audit - Get counts" description: "Gets total number of changes made to assets across all systems on the instance. This endpoint is Admin only." provider: clearblade method: GET path: "/admin/audit/count" encoding: json input: { type: "object" properties: { "ClearBlade-DevToken": { type: "string" } } required: ["ClearBlade-DevToken"] additionalProperties: false } output: { type: "object" additionalProperties: true } }