---
title: "Retrieve a list of all events for a call."
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Events.json"
tags: ["Api20100401Event"]
---

# Retrieve a list of all events for a call.

`GET /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Events.json`

Retrieve a list of all events for a call.

## Path parameters

- `AccountSid` string, required
- `CallSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `end` integer
  - `first_page_uri` string, uri
  - `next_page_uri` string, uri, nullable
  - `page` integer
  - `page_size` integer
  - `previous_page_uri` string, uri, nullable
  - `start` integer
  - `uri` string, uri
  - `events` ApiV2010AccountCallCallEvent[]
    - `request` unknown
    - `response` unknown

---

[API](https://skmtc.net/twilio/apis/api-v2010.md) · [All operations](https://skmtc.net/twilio/apis/api-v2010/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/api-v2010/revisions/a6753266b8b0/schema)
