List Deployed Configs

GET

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

Path parameters

idstringRequired

String ID of project. Starts with pr_.

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_idstringOptional

Model config unique identifier generated by Humanloop.

model_config_namestringOptional

A friendly display name for the model config.

Errors