Get aggregated model counts
get/models/summary
Returns aggregated model counts grouped by the specified field. This endpoint is used to retrieve summary statistics about models without fetching full model details.
1[2 {3 "category": "published",4 "count": 155 },6 {7 "category": "unpublished",8 "count": 429 }10]| Name | Type | Required | Description |
|---|---|---|---|
filter | string<filter-criteria> | false | The criteria for filtering the models before aggregation. For more information, see Filtering in REST APIs. |
groupBy | string | true | The field to group the model counts by. Supported values are Allowed values: publishStatusscoreCodeTypedestinationName |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. An array of summary items was returned. | Headers | Schema |
| 400 | Bad Request | The request was invalid. The | Schema |