ModelService
Models

Get a model by ID

Retrieves a model by ID from the workspace

get/v1/workspaces/{workspaceId}/models/{id}

Path parameters

workspaceIdstring required

Workspace ID.

idstring required

Model ID

Response

OK

state'STATE_UNSPECIFIED' | 'STATE_ENABLED' | 'STATE_DISABLED' enum required

Whether the model is usable in this workspace. Output only. Use the :enable and :disable actions to transition.

Changes