List Deployed Configs

Get an array of environments with the deployed configs associated to your project.

Path parameters

idstringRequired

String ID of project. Starts with pr_.

Headers

X-API-KEYstringRequired

Response

Successful Response
project_idstring

String ID of project the model config belongs to. Starts with pr_.

project_namestring
Name of the project the model config belongs to.
environment_idstring
The ID of the environment.
environment_namestring
The name of the environment.
environment_tagstring
Tag for the environment e.g. 'default' or 'other'.
model_config_idstring or null
Model config unique identifier generated by Humanloop.
model_config_namestring or null
A friendly display name for the model config.

Errors