action launchdarkly_get_event { label: "Get events usage by event type." provider: launchdarkly method: GET path: "/usage/events/{type}" encoding: json output: { type: "object" additionalProperties: true } }