Skip to main content
GET
List registered MLflow models

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

max_results
integer
default:100
Required range: 1 <= x <= 500
page_token
string | null
filter
string | null

MLflow filter expression (e.g. "name LIKE 'credit%'").

Response

Successful Response

items
MlflowRegisteredModel · object[]
required
tracking_uri
string
required

MLflow tracking URI the API used to fetch the list.

next_page_token
string | null
external_uri
string | null

User-facing URL of MLflow (suitable for a link in the UI).