Get Contact Segment Memberships Export Progress
GET {{baseUrl}}/directories/:directoryId/export-contact-segment-memberships/:exportProgressId
Reports the current status of the segment memberships export. Possible status values: CREATED
IN_PROGRESS
COMPLETED
ERROR
TIMED_OUT
Private Preview Functionality
This API is not yet generally available. It is available as part of Early Access to receive feedback. Be aware that there may be significant changes to this API with short notice until the time that the API is made Generally Available.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"result":{"status":"CREATED","fileId":"\u003cstring\u003e"},"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}