Get AI Config

Retrieve a specific AI Config by its key.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequired
configKeystringRequired

Response

AI Config found
descriptionstring
keystring
namestring
tagslist of strings
versioninteger
variationslist of objects
createdAtlong
updatedAtlong
_accessobjectOptional
_siteobjectOptional
_maintainerobjectOptional
modeenumOptionalDefaults to completion
evaluationMetricKeystringOptional
Evaluation metric key for this config
isInvertedbooleanOptional
Whether the evaluation metric is inverted, meaning a lower value is better if set as true
dependencieslist of objectsOptional
Resources that depend on this config, grouped by type
evaluationMetricKeyslist of stringsOptionalDeprecated
List of evaluation metric keys for this config

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error