get_schedule_by_id
Retrieve specific schedule details by providing its unique ID using this function within the AYX-MCP-Wrapper server, enabling efficient schedule management in Alteryx.
Instructions
Get a schedule by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schedule_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"schedule_id": {
"title": "Schedule Id",
"type": "string"
}
},
"required": [
"schedule_id"
],
"title": "get_schedule_by_idArguments",
"type": "object"
}