action launchdarkly_get_user_segments { label: "Get a list of all user segments in the given project." provider: launchdarkly method: GET path: "/segments/{projectKey}/{environmentKey}" encoding: json output: { type: "object" additionalProperties: true } }