---
search:
  exclude: true
---

# <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_or_slug | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">between 1 and 4096 chars</em> | The ID or slug of the workflow to fetch the dashboard for. |

</section>
#### Example
```json
{
  "workflow_id_or_slug": "DFg5"
}
```

