# `Twilio.Api.V2010.Call.EventService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/api/v2010/call/event_service.ex#L2)

API and webhook requests and responses. Contains parameters and TwiML for application control.

Operations: `list`

# `list`

```elixir
@spec list(Twilio.Client.t(), String.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Retrieve a list of all events for a call.

Operation: `ListCallEvent` | Tags: Api20100401Event

# `stream`

```elixir
@spec stream(Twilio.Client.t(), String.t(), map(), keyword()) :: Enumerable.t()
```

Stream: Retrieve a list of all events for a call. (lazy auto-pagination).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
