---
title: "List calls"
method: GET
path: "/calls"
tags: ["Calls"]
---

# List calls

`GET /calls`

List calls

## Query parameters

- `page[size]` string
- `page[after]` string
- `page[before]` string
- `user_id` string
- `from` string
- `to` string
- `start_date_from` string
- `start_date_to` string

## Response `200`

successful

- object
  - `calls` object[]
    - `id` string, uuid
    - `from` string
    - `to` string
    - `duration` integer, nullable
    - `transcription` string, nullable
    - `recording_url` string, nullable
    - `answered` boolean, nullable
    - `human` boolean
    - `external` boolean
    - `start_date` string, date_time
    - `disposition_id` string, uuid, nullable
    - `task_id` string, uuid, nullable
    - `user_id` string, uuid
    - `contact` object, nullable
      - `id` string
      - `name` string, nullable
      - `email` string, nullable
  - `_links` ResponseLinksObject
    - `self` ResponseLinkObject, required
      - `href` string, required
    - `prev` ResponseLinkObject
      - `href` string, required
    - `next` ResponseLinkObject
      - `href` string, required

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/amplemarket/apis/amplemarket-api-v1-docs.md) · [All operations](https://skmtc.dev/amplemarket/apis/amplemarket-api-v1-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/amplemarket/amplemarket-api-v1-docs/revisions/57f46eaa2dc9/schema)
