POST /agent/search
Search Agent
Search agents — composable infra architecture.
Request Body (SearchAgentApiRequest)
| Field | Type | Required | Description |
|---|---|---|---|
search | string | No | — |
filter_department_ids | string[] | No | — |
filter_model_ids | string[] | No | — |
filter_tool_ids | string[] | No | — |
department_search | string | No | — |
model_search | string | No | — |
tool_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 (ListAgentApiResponse)
| Field | Type | Required | Description |
|---|---|---|---|
actor_name | string | No | Display name of the current actor |
agents | ListAgentApiAgent[] | No | List of agent items |
department_filter | ListFilterSection | No | Filter options for departments |
model_filter | ListFilterSection | No | Filter options for models |
tool_filter | ListFilterSection | No | Filter options for tools |
flag_filter | ListFilterSection | No | Filter options for flags in list UI |
total_count | integer | No | Total number of matching records |
import_fields | ImportField[] | No | CSV import column schema for the bulk-import dialog |
Last updated on