Call Logs

List Call Logs

List all call logs for the organization with pagination and date filtering.

get/api/v1/call-logs

Query parameters

pageinteger

The page number to get.

The page number to get.

limitinteger

The number of call logs per page.

The number of call logs per page.

from_datestring date-time nullable

Filter logs from this date.

Filter logs from this date.

to_datestring date-time nullable

Filter logs until this date.

Filter logs until this date.

campaign_idstring nullable

Filter logs by campaign ID.

Filter logs by campaign ID.

Response

Successful Response

page_countinteger required
next_pageinteger nullable required

Changes

Changed in 1 of the 12 revisions of this API.12

  • 465e175d4bd712See the full diff
    • the response property const value DeprecatedLocalTest was removed for the status 200

      response-property-const-removed

    • added the new DeprecatedLocalTest enum value to the call_logs/items/from_/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new Simulation enum value to the call_logs/items/from_/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added