Segments
Get big segment import
Returns information about a big segment import process. This is the import of a list-based segment that can include more than 15,000 entries.
get/api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports/{importID}
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
importIDstring string required
The import ID
The import ID
Response
Segment import response
Example response
{
"id": "1234a567-bcd8-9123-4567-abcd1234567f",
"segmentKey": "example-big-segment",
"mode": "replace",
"status": "complete",
"files": [
{
"filename": "bigsegimport.csv",
"status": "complete"
}
]
}