Skip to Content
API ReferenceAgentPOST /search

POST /agent/search

Search Agent

Search agents — composable infra architecture.

Request Body (SearchAgentApiRequest)

FieldTypeRequiredDescription
searchstringNo
filter_department_idsstring[]No
filter_model_idsstring[]No
filter_tool_idsstring[]No
department_searchstringNo
model_searchstringNo
tool_searchstringNo
page_sizeintegerNo
page_offsetintegerNo
snapshot_keystringNoCache snapshot key for consistent reads across related requests

Response (ListAgentApiResponse)

FieldTypeRequiredDescription
actor_namestringNoDisplay name of the current actor
agentsListAgentApiAgent[]NoList of agent items
department_filterListFilterSectionNoFilter options for departments
model_filterListFilterSectionNoFilter options for models
tool_filterListFilterSectionNoFilter options for tools
flag_filterListFilterSectionNoFilter options for flags in list UI
total_countintegerNoTotal number of matching records
import_fieldsImportField[]NoCSV import column schema for the bulk-import dialog
Last updated on