List the models in this environment
GET/models
Returns a page of this environment's models, without their bodies — no steps, outputs or expectations. Use the individual model endpoint to retrieve one in full.
Each entry reports the newest version of the model that exists and the version published to each environment, so a version created but not yet released is visible from the list.
In development this includes drafts — models with no version published anywhere, reported as
status: draft. Elsewhere a model with nothing published to that environment is not returned.
Request
Responses
- 200
- 400
- 401
- 403
Models retrieved successfully
The pagination cursor is not valid
Missing or invalid bearer token
Token does not carry the management:models:read scope