action illumidesk_billing_plans_read { label: "Get a billing plan" provider: illumidesk method: GET path: "/v1/{namespace}/billing/plans/{id}/" encoding: json input: { type: "object" properties: { id: { type: "string" } namespace: { type: "string" } } required: ["id", "namespace"] additionalProperties: false } output: { type: "object" additionalProperties: true } }