# `Twilio.Insights.V2.Voice.ReportService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/insights/v2/voice/report_service.ex#L2)

Service for Report API operations.

Operations: `fetch`

# `fetch`

```elixir
@spec fetch(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Insights.V2.Voice.Report.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Get Account Level Report for the given Report Id.

Operation: `FetchAccountReport` | Tags: InsightsV1GetAccountReport

---

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