Model APIs
See who can access a Model API
Return each user and organization collaborator with role Owner, Editor, or Viewer. Use this to audit sharing before you grant, change, or revoke access.
This list does not include the Everyone visibility entry. Public vs private access is not managed here. GET /api/modelServing/v1/modelApis/ still embeds collaborators as strings; this beta list uses .
Related:
- GET /api/modelServing/v1/modelApis/ (read the Model API)
- POST /api/modelServing/beta/modelApis//collaborators (grant access)
- GET /api/modelServing/beta/modelApis//collaborators/ (read one collaborator)
GET
See who can access a Model API
Authorizations
Path Parameters
Model API id (24-character hex). Obtain from GET /api/modelServing/v1/modelApis or the Model API details URL.
Response
Collaborators with Owner, Editor, or Viewer roles. Everyone / visibility is not included.
Last modified on September 3, 2026