# `Twilio.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/taskrouter/v1/workspace/workflow/workflow_real_time_statistics_service.ex#L2)

Service for WorkflowRealTimeStatistics API operations.

Operations: `fetch`

# `fetch`

```elixir
@spec fetch(Twilio.Client.t(), String.t(), String.t(), keyword()) ::
  {:ok,
   Twilio.Resources.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatistics.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Operation: `FetchWorkflowRealTimeStatistics` | Tags: TaskrouterV1WorkflowRealTimeStatistics

## Query Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `TaskChannel` | string | Only calculate real-time statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. |

---

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