---
search:
  exclude: true
---

# <a id="bitdrift.public.unary.workflows.v1.GetWorkflowRequest"></a>GetWorkflowRequest

| Field | Type | Description |
|---|---|---|
| exploration_slug_or_id | <span class="proto-type proto-type-primitive">string</span> | The slug or ID of the parent exploration. This is mapped to the REST path. |
| workflow_slug_or_id | <span class="proto-type proto-type-primitive">string</span> | The slug or ID of the workflow to retrieve. We'll try to match both and  return the first one that matches. This is mapped to the REST path. |

#### Example
```json
{
  "exploration_slug_or_id": "abc-123-def",
  "workflow_slug_or_id": "abc-123-def"
}
```

