v4

latestOpenAPI 3.1.0MIT2026-08-04193459793.6 KB
VolumeService

Get a model

Retrieves a custom model's metadata, visibility, weight information, and base-model relationship.

get/projects/{projectId}/models/{id}

Path parameters

projectIdstring required

Project identifier.

idstring required

Model identifier.

Response

OK

idstring required

Unique model identifier.

projectIdstring required

ID of the project that owns the model.

organizationIdstring required

ID of the organization that owns the model's project.

namestring required

Project-qualified model name in the form <project_slug>/<model_name>. Create and update requests may use the bare or qualified form.

descriptionstring

Human-readable description of the model and its intended use.

baseModelIdstring

ID of the supported or custom base model from which this model was derived.

baseModelstring

Resource name of the base model, using projects/{baseProject}/models/{baseModelId}; empty when the model has no base.

visibility'VISIBILITY_PRIVATE' | 'VISIBILITY_INTERNAL' required

Who can discover the model. VISIBILITY_PRIVATE restricts it to the project; VISIBILITY_INTERNAL shares it with the organization.