Skip to main content
GET
Read who can discover and invoke a Model API

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.

Response

The current visibility.

visibility
enum<string>
required

Public allows all authenticated users to discover and invoke. Discoverable allows all authenticated users to discover, but only assigned collaborators to invoke. Private requires an assigned collaborator role to discover or invoke.

Available options:
Public,
Discoverable,
Private
Last modified on September 3, 2026