get_job_by_id
Retrieve job details and status by providing the job ID, enabling efficient tracking and management of workflows in the Alteryx ecosystem via the AYX-MCP-Wrapper server.
Instructions
Retrieve details about an existing job and its current state
Input Schema
Name | Required | Description | Default |
---|---|---|---|
job_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"job_id": {
"title": "Job Id",
"type": "string"
}
},
"required": [
"job_id"
],
"title": "get_job_by_idArguments",
"type": "object"
}