GetWorkflowChartsRequest¶
Source definition: src/bitdrift/public/unary/dashboards/v1/api.proto#L83-L86
| Field | Type | Description |
|---|---|---|
| workflow_id_or_slug | string between 1 and 4096 chars |
The ID or slug of the workflow to fetch the dashboard for. |
Example¶
JSON
{
"workflow_id_or_slug": "DFg5"
}