# Get segment data model **GET /segments/{segment_key}** The data model of a segment consists of several properties identified by their key. Each property has a type depending on the data it can contain. Several types are available: boolean, string, enum, enum_list, json, arbo_enum, arbo_enum_list In the case of types enum and enum_list, the list of possible values is provided, identified by their key. ## Servers - https://api.ppe-analytics.com/api/v1: https://api.ppe-analytics.com/api/v1 () ## Authentication methods - Api key ## Parameters #### Path parameters - **segment_key** (string) The segment key, as returned by the `List segments` endpoint. ## Responses ### 200: Successfully returned segment data model #### Body Parameters: application/json (object) - **status** (string) - **result** (object) ### 404: Unknown segment key #### Body Parameters: application/json (object) - **status** (string) - **message** (string) ### 403: Unauthorized segment #### Body Parameters: application/json (object) - **status** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)