For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
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.
curl --request GET \
--url https://app.launchdarkly.com/api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/exports/{exportID} \
--header 'Authorization: <api-key>'{
"id": "1234a567-bcd8-9123-4567-abcd1234567f",
"segmentKey": "example-big-segment",
"creationTime": "1654104600000",
"status": "complete",
"sizeBytes": 18,
"size": "18 B",
"initiator": "{\"name\": \"Ariel Flores\", \"email\": \"ariel@acme.com\"}",
"_links": {}
}Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The project key
The environment key
The segment key
The export ID
Segment export response
The export ID
"1234a567-bcd8-9123-4567-abcd1234567f"
The segment key
"example-big-segment"
Timestamp of when this export was created
"1654104600000"
The export status
"complete"
The export size, in bytes
18
The export size, with units
"18 B"
Details on the member who initiated the export
Show child attributes
"{\"name\": \"Ariel Flores\", \"email\": \"ariel@acme.com\"}"
The location and content type of related resources, including the location of the exported file
Show child attributes
curl --request GET \
--url https://app.launchdarkly.com/api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/exports/{exportID} \
--header 'Authorization: <api-key>'{
"id": "1234a567-bcd8-9123-4567-abcd1234567f",
"segmentKey": "example-big-segment",
"creationTime": "1654104600000",
"status": "complete",
"sizeBytes": 18,
"size": "18 B",
"initiator": "{\"name\": \"Ariel Flores\", \"email\": \"ariel@acme.com\"}",
"_links": {}
}