# segment - admin - QUERY Version: 2025-01 ## Description The Customer Segment. ### Access Scopes ## Arguments * [id](/docs/api/admin/2025-01/scalars/ID): ID! - Find a segment by ID. ## Returns * [creationDate](/docs/api/admin/2025-01/scalars/DateTime): DateTime! The date and time when the segment was added to the store. * [id](/docs/api/admin/2025-01/scalars/ID): ID! A globally-unique ID. * [lastEditDate](/docs/api/admin/2025-01/scalars/DateTime): DateTime! The date and time when the segment was last updated. * [name](/docs/api/admin/2025-01/scalars/String): String! The name of the segment. * [query](/docs/api/admin/2025-01/scalars/String): String! A precise definition of the segment. The definition is composed of a combination of conditions on facts about customers. ## Examples