Skip to main content
GET
Read one Model API collaborator's role

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

modelApiId
string
required

Model API id (24-character hex). Obtain from GET /api/modelServing/v1/modelApis or the Model API details URL.

collaboratorId
string
required

Domino user or organization id (24-character hex). Copy id from GET /api/modelServing/beta/modelApis/{modelApiId}/collaborators.

Response

The Model API collaborator with the given id.

id
string
required

Domino user or organization id.

isOrganization
boolean
required

Whether id identifies an organization.

role
string
required

Collaborator role. Management APIs accept Owner, Editor, and Viewer.

Last modified on September 3, 2026