action snyk_get_project_counts { label: "Get project counts" description: "" provider: snyk method: POST path: "/reporting/counts/projects" encoding: json input: { type: "object" properties: { from: { type: "string" } to: { type: "string" } } required: ["from", "to"] additionalProperties: false } output: { type: "object" additionalProperties: true } }