provider AI Configs GET /api/v2/projects/{projectKey}/agent-optimizations/{optimizationKey}/all-results
@utdk/launchdarkly /api/v2/projects/{projectKey}/agent-optimizations/{optimizationKey}/all-results
List all agent optimization results across versions
Get all results across all versions of an agent optimization.
projectKey path required
string
optimizationKey path required
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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listallagentoptimizationresults
GET/api/v2/projects/{projectKey}/agent-optimizations/{optimizationKey}/all-results
Get all results across all versions of an agent optimization.

Parameters

required
required

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

Enter a gateway URL above to enable sending.

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

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.listallagentoptimizationresults()