Skip to main content
GET
Returns a paginated tabular report of inbound calls for an inbound configuration. Set export_csv=true to download CSV (text/csv) instead of JSON.

Authentication

string
required
Project API key for this organization and project. Format: bot_live_…

Path parameters

string
required
Organization ID. Must match the API key.
string
required
Project ID. Must match the API key.
string
required
Inbound configuration ID.

Query parameters

integer
default:"0"
Number of rows to skip.
integer
default:"20"
Page size. Range: 1100.
boolean
default:"false"
When true, returns a CSV file download instead of JSON.
string
JSON filter object, for example {"status":"completed"}.
string
JSON sort object, for example {"created_at":-1}.

Response

JSON mode:
array
required
Column definitions (key, header, and related metadata).
array
required
Report rows keyed by column key.
object
required
Pagination metadata for the rows.
CSV mode returns raw CSV with Content-Disposition: attachment; filename=report_calls_YYYYMMDD_HHMMSS.csv.

Errors

Unauthorized
Missing, invalid, or revoked API key.
Forbidden
API key is not authorized for this organization or project.