POST /model/search
Search Model
Search models — composable infra architecture.
Request Body (SearchModelApiRequest)
| Field | Type | Required | Description |
|---|---|---|---|
search | string | No | — |
filter_provider_ids | string[] | No | — |
filter_department_ids | string[] | No | — |
filter_agent_ids | string[] | No | — |
provider_search | string | No | — |
department_search | string | No | — |
agent_search | string | No | — |
page_size | integer | No | — |
page_offset | integer | No | — |
snapshot_key | string | No | Cache snapshot key for consistent reads across related requests |
Response (ListModelApiResponse)
| Field | Type | Required | Description |
|---|---|---|---|
actor_name | string | No | Display name of the current actor |
models | ListModelApiModel[] | No | List of model entries |
provider_filter | ListFilterSection | No | Provider filter options |
department_filter | ListFilterSection | No | Department filter options |
agent_filter | ListFilterSection | No | Agent filter options |
flag_filter | ListFilterSection | No | Filter options for flags in list UI |
total_count | integer | No | Total number of models |
import_fields | ImportField[] | No | CSV import column schema for the bulk-import dialog |
Last updated on