For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Get all context kinds for a given project.
curl --request GET \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/context-kinds \
--header 'Authorization: <api-key>'{
"items": [
{
"key": "organization-key-123abc",
"name": "Organization",
"description": "An example context kind, to enable targeting based on organization",
"version": 4,
"creationDate": "1668530155141",
"lastModified": "1670341705251",
"createdFrom": "auto-add",
"lastSeen": "1671563538193",
"hideInTargeting": false,
"archived": false,
"_links": {}
}
],
"_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
curl --request GET \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/context-kinds \
--header 'Authorization: <api-key>'{
"items": [
{
"key": "organization-key-123abc",
"name": "Organization",
"description": "An example context kind, to enable targeting based on organization",
"version": 4,
"creationDate": "1668530155141",
"lastModified": "1670341705251",
"createdFrom": "auto-add",
"lastSeen": "1671563538193",
"hideInTargeting": false,
"archived": false,
"_links": {}
}
],
"_links": {}
}