# <a id="bitdrift.public.unary.dashboards.v1.GetWorkflowChartsRequest"></a>GetWorkflowChartsRequest

**Source definition:** [`src/bitdrift/public/unary/dashboards/v1/api.proto#L83-L86`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/dashboards/v1/api.proto#L83-L86>)

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| workflow_id | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">between 1 and 4096 chars</em> | The ID of the workflow to fetch the charts for. |

</section>
<p class="h4">Example</p>
```json
{
  "workflow_id": "DFg5"
}
```

