List AI configs

GET
/api/v2/projects/:projectKey/ai-configs

Get a list of all AI configs in the given project.

Path parameters

projectKeystringRequired

Headers

LD-API-Version"beta"Required

Version of the endpoint.

Query parameters

sortstringOptional

A sort to apply to the list of AI configs.

limitintegerOptional

The number of AI configs to return.

offsetintegerOptional

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.

filterstringOptional

A filter to apply to the list of AI configs.

Response

Successful response

itemslist of objects
totalCountinteger

Errors

Built with