Conversations
Get inbound report
Tabular inbound call report with optional CSV export
GET
Returns a paginated tabular report of inbound calls for an inbound configuration.
Set
CSV mode returns raw CSV with
export_csv=true to download CSV (text/csv) instead of JSON.
Authentication
Project API key for this organization and project. Format:
bot_live_…Path parameters
Organization ID. Must match the API key.
Project ID. Must match the API key.
Inbound configuration ID.
Query parameters
Number of rows to skip.
Page size. Range:
1–100.When
true, returns a CSV file download instead of JSON.JSON filter object, for example
{"status":"completed"}.JSON sort object, for example
{"created_at":-1}.Response
JSON mode:Column definitions (
key, header, and related metadata).Report rows keyed by column
key.Pagination metadata for the rows.
Content-Disposition: attachment; filename=report_calls_YYYYMMDD_HHMMSS.csv.
Errors
Missing, invalid, or revoked API key.
API key is not authorized for this organization or project.

