API Reference
Log In
API Reference

List models

This endpoint returns a model list. It includes each model’s modelId, versions, and latestVersion. It can be sorted by modelId, author, submittedByEmail, name, isExpired, isActive, latestVersion, isRecommended, lastActiveDateTime, expirationDateTime.

  • To list all models deployed by a company, use the filter author.
  • To list all models deployed by a user, use the filter createdByEmail.

📘

This collection route supports filters and pagination.

👍

Roles

All the roles can access this route.

Query Params
string

Filters models by identifier. Separate multiple values with ;.

string

Filters models by the organization that created them. Separate multiple values with ;.

string

Filters models by creator’s email. Separate multiple values with ;.

string

Filters models by name. Separate multiple values with ;.

string

Filters models by description.

string

Filters models by status.

string

Filters models by expiration status.

string

Filters models by commercial status.

string

Filters models that are recommended by Modzy.

string

Filters models by the latest use date. It requires ISO8601 format (YYYY-MM-DDThh:mm:ss.sTZD) format.

Response

Language
Credentials
Request
Choose an example:
application/json