Get Registered Models visible to user (v2)
Get registered models that a user can see, with support for filtering by model category. Returns all models by default.
Authorizations
Query Parameters
Project ID of requested models.
Search parameter to retrieve models from Mlflow (currently supports name and tags)
Filter models by category. If not specified, returns all models.
genai, ml Pagination token to go to the next page based on a previous search query.
Max number of Registered Models to fetch. Defaults to 25.
List of columns for ordering search results, which can include model name and last updated timestamp with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Tiebreaks are done by model name ASC.