Skip to main content
GET
/
calls
List calls
curl --request GET \
  --url https://api.amplemarket.com/calls \
  --header 'Authorization: Bearer <token>'
{
  "calls": [
    {
      "id": "019dfcc6-046e-728a-8f72-7b9a89e09b7d",
      "disposition_id": null,
      "duration": null,
      "external": false,
      "start_date": "2026-05-06T10:11:08Z",
      "from": "+351999999999",
      "to": "+351888888888",
      "notes": null,
      "transcription": null,
      "task_id": null,
      "user_id": "019dfcc6-020f-73ac-b0fd-ec3538f325f2",
      "human": false,
      "answered": null,
      "contact": null
    },
    {
      "id": "019dfcc6-03cc-70d6-9cd9-78b100a56179",
      "disposition_id": null,
      "duration": null,
      "external": false,
      "start_date": "2026-05-06T10:11:08Z",
      "from": "+351999999999",
      "to": "+351888888888",
      "notes": null,
      "transcription": null,
      "task_id": null,
      "user_id": "019dfcc6-020f-73ac-b0fd-ec3538f325f2",
      "human": false,
      "answered": null,
      "contact": null
    },
    {
      "id": "019dfcc6-0358-7599-8f5a-5ba49cff6fd4",
      "disposition_id": null,
      "duration": null,
      "external": false,
      "start_date": "2026-05-06T10:11:08Z",
      "from": "+351999999999",
      "to": "+351888888888",
      "notes": null,
      "transcription": null,
      "task_id": null,
      "user_id": "019dfcc6-020f-73ac-b0fd-ec3538f325f2",
      "human": false,
      "answered": null,
      "contact": null
    }
  ],
  "_links": {
    "self": {
      "href": "/calls?page[size]=20"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.amplemarket.com/llms.txt

Use this file to discover all available pages before exploring further.

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[]