Get model
Get a model repository that the authenticated caller can access. Inaccessible
models return 404 rather than revealing that a private model exists.
GET
/v1/entities/{owner}/models/{model}Authorization
Authorizationstringrequired
Send a Modaic bearer token in the Authorization header.
Parameters
ownerstringrequired
User or organization slug.
modelstringrequired
Model repository slug.
Response
idUUIDrequired
The modelId used by examples, batch decisions, alignments, and metrics.
ownerEntityrequired
slugstringrequired
descriptionstring | nullrequired
defaultBranchstringrequired
visibilityprivaterequired
createdAtISO 8601 datetimerequired
updatedAtISO 8601 datetimerequired
Was this page helpful?