action illumidesk_billing_subscriptions_list { label: "Get active subscriptons" provider: illumidesk method: GET path: "/v1/{namespace}/billing/subscriptions/" 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 } }