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.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequiredformat: "string"
The project key
environmentKeystringRequiredformat: "string"
The environment key
segmentKeystringRequiredformat: "string"
The segment key
importIDstringRequiredformat: "string"
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

statusenum
The import status
fileslist of objects or null
The imported files and their status

Errors