Skip to main content
GET
Get paginated list of calls

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Query Parameters

page
integer
default:1

Page number

per_page
integer
default:15

Number of items per page

agent_id
string<uuid>

Filter by agent UUID

status
enum<string>

Filter by call status

Available options:
in-progress,
ended,
missed,
failed
direction
enum<string>

Filter by call direction

Available options:
Inbound,
Outbound,
webCall

Response

Success

success
boolean

Indicates whether the request completed successfully. True for successful responses; false for documented error responses.

Example:

true

message
string

Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.

Example:

"Calls retrieved successfully"

data
object