ModelService
Models

List models

Lists all models in the workspace

get/v1/workspaces/{workspaceId}/models

Path parameters

workspaceIdstring required

Workspace ID.

Query parameters

limitinteger

Maximum number of results to return

cursorstring

Pagination cursor from previous response

prefixstring

Filter by name prefix

querystring

Free-form search query

status'MODEL_STATUS_UNSPECIFIED' | 'MODEL_STATUS_ENABLED' | 'MODEL_STATUS_DISABLED' enum

Filter by model status

aiProviderKeyIdstring

Filter to models provisioned on a specific AI provider key. Accepts the key's id or an "external_id:"-prefixed slug.

bundleKeystring

Filter by bundle_key — return only resources owned by this bundle.

sortOrderstring

Sort order for results (asc or desc by creation time)

includeInfoboolean

When true, populate each item's info (e.g. the AI provider), at the cost of extra lookups.

Response

OK

Changes