Skip to main content
GET
Stream de llamadas

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-workspace-id
string<uuid>
required

Identificador del workspace multi-tenant.

Query Parameters

after
string<date-time>
required

Cursor temporal (ISO-8601). Retorna llamadas con startedAt estrictamente mayor a este valor.

limit
integer
default:50

Cantidad máxima de elementos a retornar (1..100). Por defecto 50.

Required range: 1 <= x <= 100
agentBatchId
string<uuid>

Filtra llamadas por identificador de batch (campaign/agent batch) asociado.

agentId
string<uuid>

Filtra llamadas por identificador del agente asociado.

executionId
string

Filtra llamadas por identificador de ejecución asociado.

durationBucket
enum<string>

Filtra por duración ('short' < 60s, 'medium' 60-300s, 'long' > 300s).

Available options:
short,
medium,
long
goalStatus
enum<string>

Filtra por estado del objetivo ('achieved', 'not_achieved').

Available options:
achieved,
not_achieved
query
string

Búsqueda de texto en título y teléfono/participantes.

Response

Página del stream de llamadas

data
object[]
required
meta
object
required