跳至主要内容

List Models for an Organization

GET 

/api/v1/orgs/{orgId}/ai-models

Returns a paginated list of all AI models owned by the organization.

  • Each item summarizes the model and its latest edition (latest edition string, file name, description) plus the total edition count.

  • Supports pagination via skipCount / maxResultCount and ordering via sorting (default "modelName asc").

Request

Responses

OK