Environments REST API Guide
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieve a list of environments from authorized projects.
/v3/environments
type of environment
PRE_PRODUCTION
, PRODUCTION
Allows you to filter by any field.
Allows you to search by any field.
Allows you to order results by any field. For desc order prefix field name with -
and provide comman separated values for multiple fields
Limit for the pagination
Offset for the pagination
Retrieve details of a specific environment associated with a model.
/v3/environments/{env_id}
environment id path parameter
Retrieve a list of environments associated with a specific model.
/v3/models/{model_id}/environments
model id path parameter
type of environment
PRE_PRODUCTION
, PRODUCTION
Allows you to filter by any field.
Allows you to search by any field.
Allows you to order results by any field. For desc order prefix field name with -
and provide comman separated values for multiple fields
Limit for the pagination
Offset for the pagination