Get the model version this environment runs, in full
GET/models/:modelId
Returns the version of the model published to this environment, including every step, along with the version published to each other environment.
A draft — a model with no version published anywhere — returns its latest version, reported as
status: draft. Outside development, a model with nothing published to this environment
returns 404 even if versions of it exist; use the versions endpoint to see them.
Request
Responses
- 200
- 401
- 403
- 404
Model retrieved successfully
Missing or invalid bearer token
Token does not carry the management:models:read scope
No version of this model is published to this environment