Returns segment information for the provided segment ID.
In addition to the list API, segment IDs can be extracted from
within the FullStory UI. When on the page for a segment, the URL will contain the segment's ID.
For example, the URL https://app.fullstory.com/ui/ABCD/segments/alice@example.com:12444435241/people/0
corresponds to
a segment with an ID of alice@example.com:12444435241
.
Method: GET
URI: /segments/v1/{id}
Parameters
Name | Type | Description |
---|---|---|
id | string | The ID of the segment to be retrieved |
Request Headers
Authorization: Basic {YOUR_API_KEY}
Status Codes
200
: A successful response.
Response Fields
Name | Type | Description |
---|---|---|
id | string | Unique identifier for the segment. |
name | string | The display name of the segment. |
creator | string | The email associated with the FullStory user who created the segment. |
created | timestamp | UTC RFC 3339 timestamp for when the segment was creted. Will not be present for built-in segments. |
url | string | URL for the corresponding segment in the FullStory app. |