Get VirtualModel
Get a VirtualModel by workspace and name.
Path parameters
workspace
name
Response
VirtualModel details
workspace
Workspace identifier
id
created_at
created_by
updated_at
updated_by
entity_id
Alias for id for backwards compatibility.
parent
Parent entity ID for nested entities.
db_version
Database version of the entity for optimistic locking.
name
Entity name within the workspace
project
The name of the project associated with this entity.
default_model_entity
autoprovisioned
Marks this VirtualModel as controller-managed. The Models controller will delete it once no ModelProvider serves the matching entity. Setting this manually opts the VirtualModel into that cleanup behavior.
models
request_middleware
response_middleware
post_response_middleware
override_proxy
guardrail_config_ids
System-managed. Guardrail configs applied by this VirtualModel’s middleware, as “workspace/name” references. Derived from the middleware pipelines on every write and ignored if supplied on a create or update body. Filter on it with filter[guardrail_config].
Errors
404
Not Found Error
422
Unprocessable Entity Error