action rbaskets_get_api_stats { label: "Get baskets statistics" description: "Get service statistics about baskets and collected HTTP requests. Require master token." provider: rbaskets method: GET path: "/api/stats" encoding: json input: { type: "object" properties: { max: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }