curl --request POST \
--url https://api.kaizenautomation.com/executions/getEvents \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>"
}
'{
"events": [
{
"type": "<string>",
"spanId": "<string>",
"ancestorSpanIds": [],
"block": {
"id": "<string>",
"name": "<string>",
"blockReferenceId": "<string>",
"type": "<string>",
"isCacheable": true,
"skipIfNotPresent": true,
"useWorkflowRecoveryAgent": true,
"data": {
"loginId": "<string>",
"isParameter": true,
"forceLoginEveryTime": true
},
"parentRelationship": {
"blockDepth": 123,
"positionInSequence": 123,
"parentBlockId": "<string>",
"parentSequenceId": "sequence"
},
"transformerFn": "<string>",
"locator": {
"role": "<string>",
"text": "<string>",
"label": "<string>",
"placeholder": "<string>",
"altText": "<string>",
"title": "<string>",
"css": "<string>",
"xpath": "<string>"
}
},
"startTime": "<string>",
"events": [
"<unknown>"
],
"level": "Info",
"startTimeFromBrowserSessionStartMs": 123,
"endTimeFromBrowserSessionStartMs": 123,
"endTime": "<string>"
}
]
}Retrieves execution events and block spans for a single execution by ID
curl --request POST \
--url https://api.kaizenautomation.com/executions/getEvents \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>"
}
'{
"events": [
{
"type": "<string>",
"spanId": "<string>",
"ancestorSpanIds": [],
"block": {
"id": "<string>",
"name": "<string>",
"blockReferenceId": "<string>",
"type": "<string>",
"isCacheable": true,
"skipIfNotPresent": true,
"useWorkflowRecoveryAgent": true,
"data": {
"loginId": "<string>",
"isParameter": true,
"forceLoginEveryTime": true
},
"parentRelationship": {
"blockDepth": 123,
"positionInSequence": 123,
"parentBlockId": "<string>",
"parentSequenceId": "sequence"
},
"transformerFn": "<string>",
"locator": {
"role": "<string>",
"text": "<string>",
"label": "<string>",
"placeholder": "<string>",
"altText": "<string>",
"title": "<string>",
"css": "<string>",
"xpath": "<string>"
}
},
"startTime": "<string>",
"events": [
"<unknown>"
],
"level": "Info",
"startTimeFromBrowserSessionStartMs": 123,
"endTimeFromBrowserSessionStartMs": 123,
"endTime": "<string>"
}
]
}