For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Get all AI Config variations that currently reference this prompt snippet.
curl --request GET \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/ai-configs/prompt-snippets/{snippetKey}/references \
--header 'Authorization: <api-key>'{
"resourceKey": "resourceKey",
"_links": {
"next": {
"href": "href",
"type": "type"
},
"last": {
"href": "href",
"type": "type"
},
"prev": {
"href": "href",
"type": "type"
},
"self": {
"href": "href",
"type": "type"
},
"first": {
"href": "href",
"type": "type"
}
},
"totalCount": 6,
"items": [
{
"aiConfigKey": "aiConfigKey",
"variationId": "variationId",
"variationName": "variationName",
"resourceVersion": 0,
"aiConfigName": "aiConfigName"
},
{
"aiConfigKey": "aiConfigKey",
"variationId": "variationId",
"variationName": "variationName",
"resourceVersion": 0,
"aiConfigName": "aiConfigName"
}
],
"resourceType": "resourceType"
}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 number of resources to return.
Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit.
Prompt snippet references
The key of the prompt snippet.
The type of the resource being referenced.
Show child attributes
The total number of references.
Show child attributes
{
"next": { "href": "href", "type": "type" },
"last": { "href": "href", "type": "type" },
"prev": { "href": "href", "type": "type" },
"self": { "href": "href", "type": "type" },
"first": { "href": "href", "type": "type" }
}curl --request GET \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/ai-configs/prompt-snippets/{snippetKey}/references \
--header 'Authorization: <api-key>'{
"resourceKey": "resourceKey",
"_links": {
"next": {
"href": "href",
"type": "type"
},
"last": {
"href": "href",
"type": "type"
},
"prev": {
"href": "href",
"type": "type"
},
"self": {
"href": "href",
"type": "type"
},
"first": {
"href": "href",
"type": "type"
}
},
"totalCount": 6,
"items": [
{
"aiConfigKey": "aiConfigKey",
"variationId": "variationId",
"variationName": "variationName",
"resourceVersion": 0,
"aiConfigName": "aiConfigName"
},
{
"aiConfigKey": "aiConfigKey",
"variationId": "variationId",
"variationName": "variationName",
"resourceVersion": 0,
"aiConfigName": "aiConfigName"
}
],
"resourceType": "resourceType"
}