List AI model config versions

Get a paginated list of all available versions of an AI model config, ordered from newest to oldest. Global model configs return their single current representation.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequired
modelConfigKeystringRequired

Query parameters

limitintegerOptional
The number of resources 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.

Response

Successful response
itemslist of objects
totalCountinteger

Errors

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