v4

latestOpenAPI 3.1.0MIT2026-08-04193459793.6 KB
ConfigService

List model configurations

Lists production-ready configuration revisions compatible with a reference model. Specify the model with referenceModel or the deprecated referenceModelId; if both are supplied, they must identify the same model. Results include public configurations and configurations owned by the specified project.

get/projects/{projectId}/configs

Path parameters

projectIdstring required

Project identifier.

Query parameters

referenceModelIdstring

Deprecated. Use referenceModel. Reference model identifier filter; if both are set, they must agree.

referenceModelstring

Model resource-name filter using projects/{projectId}/models/{modelId}; alternative to referenceModelId. If both are set, they must agree.

limitinteger

Maximum number of results to return.

afterstring

Cursor from a previous list response.

Response

OK

next_cursorstring

Cursor for the next page. Null if there are no more results.

object'list' required

Object type. Always list.