GetWorkflowRequest¶
| Field | Type | Description |
|---|---|---|
| exploration_slug_or_id | string | The slug or ID of the parent exploration. This is mapped to the REST path. |
| workflow_slug_or_id | string | 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"
}