get_all_job_messages
Retrieve all messages associated with a specific job in Alteryx workflows by providing the job ID, enabling efficient tracking and management of job-related activities.
Instructions
Get all the messages for a job
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_all_job_messagesArguments",
"type": "object"
}