Get big segment import

GET
/api/v2/segments/:projectKey/:environmentKey/:segmentKey/imports/:importID

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.

Path parameters

projectKeystringRequired

The project key

environmentKeystringRequired

The environment key

segmentKeystringRequired

The segment key

importIDstringRequired

The import ID

Response

Segment import response

idstring

The import ID

segmentKeystring

The segment key

creationTimelong

Timestamp of when this import was created

modestring

The import mode used, either merge or replace

statusstring

The import status

fileslist of objectsOptional

The imported files and their status

Errors

Built with