get_workflow_by_id
Retrieve detailed information about a specific workflow using its unique ID on the AYX-MCP-Wrapper server. Ideal for managing and analyzing workflow data within Alteryx environments.
Instructions
Get a workflow by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workflow_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"workflow_id": {
"title": "Workflow Id",
"type": "string"
}
},
"required": [
"workflow_id"
],
"title": "get_workflow_by_idArguments",
"type": "object"
}