# Buscar um agente único **POST /chatapi/1.0/api/v2/agent/unique** Retorna um registro único de agente com base nas condições informadas na requisição. ## Servers - Ambiente de Produção: https://api.neppo.com.br (Ambiente de Produção) ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) request - **conditions** (array[object]) - **sort** (boolean) - **direction** (string) - **sortColumn** (string) ## Responses ### 200 OK #### Body: application/json (object) - **agentAllHistory** (boolean) - **agentAllHistoryOperation** (boolean) - **agentAttendSimple** (boolean) - **agentToken** (string) - **agentViewPhone** (boolean) - **attendanceServiceChannel** (string) - **audioOn** (boolean) - **createdAt** (string(date-time)) - **createdBy** (string) - **department** (string) - **extensionAttendance** (string) - **id** (integer(int64)) - **loginAttendance** (string) - **maxChatChannels** (integer(int64)) - **passwordAttendance** (string) - **pauseOnReceiveCall** (boolean) - **socialToken** (string) - **status** (string) - **superAgent** (boolean) - **updatedAt** (string(date-time)) - **updatedBy** (string) - **user** (object) - **virtualAgent** (boolean) ### 201 Created ### 401 Unauthorized ### 403 Forbidden ### 404 Not Found [Powered by Bump.sh](https://bump.sh)