action domainsdb_get_statistics_collection { label: "Returns overall stagtistics" provider: domainsdb method: GET path: "/info/stat/" encoding: json input: { type: "object" properties: { limit: { type: "integer" } page: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }