action illumidesk_billing_plans_list { label: "Get billing plans" provider: illumidesk method: GET path: "/v1/{namespace}/billing/plans/" encoding: json input: { type: "object" properties: { limit: { type: "string" } namespace: { type: "string" } offset: { type: "string" } ordering: { type: "string" } } required: ["namespace"] additionalProperties: false } output: { type: "object" additionalProperties: true } }