# Buscar um registro de voz único **POST /chatapi/1.0/api/v2/call/unique** Retorna um registro único de registro de voz 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) - **agentId** (integer(int64)) - **attendanceTime** (integer(int64)) - **callId** (string) - **callMode** (string) - **city** (string) - **classified** (boolean) - **comment** (string) - **createdAt** (string(date-time)) - **createdBy** (string) - **externalId** (string) - **finishedAt** (string(date-time)) - **finishedByAgent** (boolean) - **groupConfId** (integer(int64)) - **id** (integer(int64)) - **ivrTime** (integer(int64)) - **kind** (string) - **liked** (boolean) - **plataformCode** (string) - **provider** (string) - **ringingAt** (string(date-time)) - **sessionId** (integer(int64)) - **startedAt** (string(date-time)) - **startedByAgent** (boolean) - **state** (string) - **status** (string) - **tme** (integer(int64)) - **updatedAt** (string(date-time)) - **updatedBy** (string) - **userId** (integer(int64)) ### 201 Created ### 401 Unauthorized ### 403 Forbidden ### 404 Not Found [Powered by Bump.sh](https://bump.sh)