Registry & Collaborators
Page Outline
The Model Registry is the centralized catalog for all production-ready AI assets. These endpoints manage who has access to specific models and which models appear in the global registry for the organization.
Endpoints
| Endpoint | Method | Path | Description |
|---|---|---|---|
| Training Runs | GET | /{model_id}/registry/runs | All execution runs recorded in registry. |
| Registry Listing | PATCH | /{model_id}/registry | Update visibility in the global registry. |
| Collaborators | GET | /{model_id}/collaborators | List users with access to the model. |