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