List models

Lists custom models for the authenticated user. Use the `scope` parameter to control which models are returned. If omitted, returns both owned models and models shared with the user's organization via the model registry. `owned` returns only models created by the user. `shared` returns only models shared via the model registry, excluding the user's own models.

Authentication

Api-Keystring

API key for access control. Use in the header with the name “Api-Key”

Query parameters

scopeenumOptional

Controls which models are returned. Omit to return both owned and shared models combined. owned returns only models created by the authenticated user. shared returns only models shared with the user’s organization via the model registry.

Allowed values:
statuslist of enumsOptional

Filter by model status. Applied to owned models only; shared models in the model registry are already filtered to available versions. Example: ?status=TRAINING&status=COMPLETED

Response

Models retrieved successfully
modelslist of objects
List of models.

Errors

401
Unauthorized Error