For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Get a list of all flag triggers.
curl --request GET \
--url https://app.launchdarkly.com/api/v2/flags/{projectKey}/{featureFlagKey}/triggers/{environmentKey} \
--header 'Authorization: <api-key>'{
"items": [
{
"_id": "12ab3c45de678910abc12345",
"_version": 1,
"_creationDate": "1654104600000",
"_maintainerId": "12ab3c45de678910abc12345",
"_maintainer": {
"_links": {
"self": {
"href": "/api/v2/members/569f183514f4432160000007",
"type": "application/json"
}
},
"_id": "569f183514f4432160000007",
"role": "admin",
"email": "ariel@acme.com",
"firstName": "Ariel",
"lastName": "Flores"
},
"enabled": true,
"_status": "active",
"_lastFailedAt": "1654114600000",
"_integrationKey": "generic-trigger",
"instructions": "[ { \"kind\": \"turnFlagOn\" }]",
"_lastTriggeredAt": "1654114600000",
"_recentTriggerBodies": [
{
"timestamp": "1654104600000",
"jsonBody": {}
}
],
"_triggerCount": 3,
"triggerURL": "<string>",
"_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
The environment key
The feature flag key
curl --request GET \
--url https://app.launchdarkly.com/api/v2/flags/{projectKey}/{featureFlagKey}/triggers/{environmentKey} \
--header 'Authorization: <api-key>'{
"items": [
{
"_id": "12ab3c45de678910abc12345",
"_version": 1,
"_creationDate": "1654104600000",
"_maintainerId": "12ab3c45de678910abc12345",
"_maintainer": {
"_links": {
"self": {
"href": "/api/v2/members/569f183514f4432160000007",
"type": "application/json"
}
},
"_id": "569f183514f4432160000007",
"role": "admin",
"email": "ariel@acme.com",
"firstName": "Ariel",
"lastName": "Flores"
},
"enabled": true,
"_status": "active",
"_lastFailedAt": "1654114600000",
"_integrationKey": "generic-trigger",
"instructions": "[ { \"kind\": \"turnFlagOn\" }]",
"_lastTriggeredAt": "1654114600000",
"_recentTriggerBodies": [
{
"timestamp": "1654104600000",
"jsonBody": {}
}
],
"_triggerCount": 3,
"triggerURL": "<string>",
"_links": {}
}
],
"_links": {}
}