For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
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.
curl --request GET \
--url https://app.launchdarkly.com/api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports/{importID} \
--header 'Authorization: <api-key>'{
"id": "1234a567-bcd8-9123-4567-abcd1234567f",
"segmentKey": "example-big-segment",
"creationTime": "1654104600000",
"mode": "replace",
"status": "complete",
"_links": {},
"files": [
{
"filename": "bigsegimport.csv",
"status": "complete"
}
]
}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 import ID
Segment import response
The import ID
"1234a567-bcd8-9123-4567-abcd1234567f"
The segment key
"example-big-segment"
Timestamp of when this import was created
"1654104600000"
The import mode used, either merge or replace
"replace"
The import status
preparing, pending_approval, ready, in_progress, complete, stopped "complete"
The location and content type of related resources
Show child attributes
The imported files and their status
Show child attributes
[
{
"filename": "bigsegimport.csv",
"status": "complete"
}
]
curl --request GET \
--url https://app.launchdarkly.com/api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports/{importID} \
--header 'Authorization: <api-key>'{
"id": "1234a567-bcd8-9123-4567-abcd1234567f",
"segmentKey": "example-big-segment",
"creationTime": "1654104600000",
"mode": "replace",
"status": "complete",
"_links": {},
"files": [
{
"filename": "bigsegimport.csv",
"status": "complete"
}
]
}