id, name, and a url that opens it in Clay. To list every workflow in the workspace, use clay workflows list.
Arguments
| Argument | Description |
|---|---|
workflowId | Workflow id, e.g. wf_abc123. Required. |
Output
| Field | Type | Description |
|---|---|---|
id | string | Workflow id. |
name | string | Display name. |
url | string | Link that opens the workflow in Clay. |
Errors
| Code | Exit | Notes |
|---|---|---|
validation_error | 2 | workflowId argument is required. |
not_found | 6 | No workflow with that id. |
auth_forbidden | 3 | The API key lacks the terracotta:cli scope. |

