provider AI Configs GET /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions
@utdk/launchdarkly /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions
List AI tool versions
Get a list of all versions of an AI tool in the given project.
projectKey path required
string
toolKey path required
string
sort query
A sort to apply to the list of AI Configs.
string
limit query
The number of resources to return.
integer
offset query
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`.
integer

Try it

Authentication
Configure credentials for LaunchDarkly REST API
listaitoolversions
GET/api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions
Get a list of all versions of an AI tool in the given project.

Parameters

required
required

A sort to apply to the list of AI Configs.

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`.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.listaitoolversions()