List VirtualModels

View as Markdown

List VirtualModels for the given workspace.

Use workspace=- to list across all workspaces accessible to the caller.

Path parameters

workspacestringRequired

Query parameters

pageintegerOptional>=1Defaults to 1

Page number (1-indexed).

page_sizeintegerOptional1-200Defaults to 20
Number of results per page.
sortstringOptionalDefaults to -created_at

Sort field. Prefix with - for descending order.

exclude_autoprovisionedbooleanOptionalDefaults to false

When true, controller-managed (autoprovisioned) passthrough VirtualModels are excluded from the results.

filterobjectOptional

Filter virtual models by workspace, project, name, default_model_entity, created_at, and updated_at.

Response

Paginated list of virtual models
datalist of objects
paginationobject
Pagination information.
sortstring
The field on which the results are sorted.
filtermap from strings to any
Filtering information.

Errors

422
Unprocessable Entity Error