Segments
Get big segment export
Returns information about a big segment export process. This is an export for a synced segment or a list-based segment that can include more than 15,000 entries.
get/api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/exports/{exportID}
Path parameters
projectKeystring string required
The project key
The project key
environmentKeystring string required
The environment key
The environment key
segmentKeystring string required
The segment key
The segment key
exportIDstring string required
The export ID
The export ID
Response
Segment export response
Example response
{
"id": "1234a567-bcd8-9123-4567-abcd1234567f",
"segmentKey": "example-big-segment",
"status": "complete",
"sizeBytes": 18,
"size": "18 B",
"initiator": {
"name": "Bob Loblaw",
"email": "ariel@acme.com"
}
}