Skip to main content
GET
/
calls
List calls
curl --request GET \
  --url https://api.amplemarket.com/calls \
  --header 'Authorization: Bearer <token>'
{
  "calls": [
    {
      "id": "019c99cb-8ef0-74e1-8b23-e73487087ac6",
      "disposition_id": null,
      "duration": null,
      "external": false,
      "start_date": "2026-02-26T11:52:00Z",
      "from": "+351999999999",
      "to": "+351888888888",
      "notes": null,
      "transcription": null,
      "task_id": null,
      "user_id": "019c99cb-8df0-74c2-bf5c-3f882436544d",
      "human": false,
      "answered": null,
      "contact": null
    },
    {
      "id": "019c99cb-8ebc-793d-a583-6b1704062ae0",
      "disposition_id": null,
      "duration": null,
      "external": false,
      "start_date": "2026-02-26T11:52:00Z",
      "from": "+351999999999",
      "to": "+351888888888",
      "notes": null,
      "transcription": null,
      "task_id": null,
      "user_id": "019c99cb-8df0-74c2-bf5c-3f882436544d",
      "human": false,
      "answered": null,
      "contact": null
    },
    {
      "id": "019c99cb-8e82-7521-b7f0-842a57b0217b",
      "disposition_id": null,
      "duration": null,
      "external": false,
      "start_date": "2026-02-26T11:52:00Z",
      "from": "+351999999999",
      "to": "+351888888888",
      "notes": null,
      "transcription": null,
      "task_id": null,
      "user_id": "019c99cb-8df0-74c2-bf5c-3f882436544d",
      "human": false,
      "answered": null,
      "contact": null
    }
  ],
  "_links": {
    "self": {
      "href": "/calls?page[size]=20"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

page[size]
string

Page size

page[after]
string

Page after

page[before]
string

Page before

user_id
string

Filter by user ID

from
string

Filter by call from number

to
string

Filter by call to number

start_date_from
string

Select calls starting after this date (ISO 8601 format)

start_date_to
string

Select calls starting before this date (ISO 8601 format)

Response

successful

calls
object[]