Information about the Events occured during the execution of a playbook
GET https://{{crosswork_ip}}:30603/crosswork/nca/v1/mopjobs/events?limit=100&execution_id={{exec_id}}&reverse=true&types=MOP_TASK&page=1
Use this API Call to get the detailed information about the events that have occured during the execution of a playbook on Change Automation App on Crosswork.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | ||
execution_id | string | ||
reverse | boolean | ||
types | string | ||
page | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |