Skip to main content
GET
/
calls
List calls
curl --request GET \
  --url https://api.amplemarket.com/calls \
  --header 'Authorization: Bearer <token>'
{
  "calls": [
    {
      "id": "019e8e96-f0bb-7046-95c1-7eba023ab110",
      "disposition_id": null,
      "duration": null,
      "external": false,
      "start_date": "2026-06-03T17:44:17Z",
      "from": "+351999999999",
      "to": "+351888888888",
      "notes": null,
      "transcription": null,
      "task_id": null,
      "user_id": "019e8e96-ef3b-7998-8ba4-4f418eae7fcf",
      "human": false,
      "answered": null,
      "contact": null
    },
    {
      "id": "019e8e96-f075-7d19-9817-1436a86bb962",
      "disposition_id": null,
      "duration": null,
      "external": false,
      "start_date": "2026-06-03T17:44:17Z",
      "from": "+351999999999",
      "to": "+351888888888",
      "notes": null,
      "transcription": null,
      "task_id": null,
      "user_id": "019e8e96-ef3b-7998-8ba4-4f418eae7fcf",
      "human": false,
      "answered": null,
      "contact": null
    },
    {
      "id": "019e8e96-f00a-7c8e-aae8-70aa71ac2845",
      "disposition_id": null,
      "duration": null,
      "external": false,
      "start_date": "2026-06-03T17:44:17Z",
      "from": "+351999999999",
      "to": "+351888888888",
      "notes": null,
      "transcription": null,
      "task_id": null,
      "user_id": "019e8e96-ef3b-7998-8ba4-4f418eae7fcf",
      "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[]