Get a segment
Retrieves a segment based on its ID.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
id
a segment id
Response
adminSegmentSchema
id
The ID of this segment
name
The name of this segment
constraints
The list of constraints that are used in this segment
createdAt
When the segment was created
description
The description for this segment
usedInFeatures
The number of feature flags that use this segment. The number also includes the any flags with pending change requests that would add this segment.
usedInProjects
The number of projects that use this segment. The number includes any projects with pending change requests that would add this segment.
project
The project the segment belongs to. Only present if the segment is a project-specific segment.
createdBy
The creator's email or username