Skip to main content

Get Agents Select List

GET 

/api/agents/select-list

Returns simplified agent list for dropdown selection.

Args: include_disabled: If True, include disabled agents (for filter dropdowns that need to surface historical agents). Default False keeps the assignment/routing callers returning only active agents. web_context: Current authenticated user service: AgentConfigService instance

Returns: List of {value: agent_id, label: agent_name} for dropdown

Request

Responses

Successful Response