Get big segment membership for context

GET
/api/v2/segments/:projectKey/:environmentKey/:segmentKey/contexts/:contextKey

Get the membership status (included/excluded) for a given context in this big segment. Big segments include larger list-based segments and synced segments. This operation does not support standard segments.

Path parameters

projectKeystringRequired

The project key

environmentKeystringRequired

The environment key

segmentKeystringRequired

The segment key

contextKeystringRequired

The context key

Response

Segment membership for context response

userKeystring

The target key

includedboolean

Indicates whether the target is included.
Included targets are always segment members, regardless of segment rules.

excludedboolean

Indicates whether the target is excluded.
Segment rules bypass excluded targets, so they will never be included based on rules. Excluded targets may still be included explicitly.

Errors

Built with