POST /provider/search
Search Provider
Search providers — composable infra architecture.
Request Body (SearchProviderApiRequest)
| Field | Type | Required | Description |
|---|---|---|---|
search | string | No | — |
filter_department_ids | string[] | No | — |
filter_model_ids | string[] | No | — |
filter_status | string[] | No | — |
department_search | string | No | — |
model_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 (ListProviderApiResponse)
| Field | Type | Required | Description |
|---|---|---|---|
actor_name | string | No | Display name of the current actor |
providers | ListProviderApiProvider[] | No | List of provider entries |
department_filter | ListFilterSection | No | Department filter options |
model_filter | ListFilterSection | No | Model filter options |
status_filter | ListFilterSection | No | Status filter options |
flag_filter | ListFilterSection | No | Filter options for flags in list UI |
total_count | integer | No | Total number of providers |
import_fields | ImportField[] | No | CSV import column schema for the bulk-import dialog |
Last updated on