action illumidesk_teams_billing_subscriptions_list { label: "Get active team subscriptons" provider: illumidesk method: GET path: "/v1/teams/{team}/billing/subscriptions/" encoding: json input: { type: "object" properties: { limit: { type: "string" } offset: { type: "string" } ordering: { type: "string" } team: { type: "string" } } required: ["team"] additionalProperties: false } output: { type: "object" additionalProperties: true } }