action launchdarkly_get_custom_role { label: "Get one custom role by key." provider: launchdarkly method: GET path: "/roles/{customRoleKey}" encoding: json output: { type: "object" additionalProperties: true } }