curl --request POST \
--url https://api.kaizenautomation.com/executions/getEvents \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>"
}'
{
"events": [
{
"type": "<string>",
"spanId": "<string>",
"block": {
"id": "<string>",
"name": "<string>",
"transformerFn": "<string>",
"type": "<string>",
"locator": {
"role": "<string>",
"text": "<string>",
"label": "<string>",
"placeholder": "<string>",
"altText": "<string>",
"title": "<string>",
"css": "<string>",
"xpath": "<string>"
},
"isCacheable": false,
"skipIfNotPresent": false,
"data": {},
"parentRelationship": {
"blockDepth": 123,
"positionInSequence": 123,
"parentBlockId": "<string>",
"parentSequenceId": "sequence"
}
},
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"events": [
"<any>"
]
}
]
}
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>",
"block": {
"id": "<string>",
"name": "<string>",
"transformerFn": "<string>",
"type": "<string>",
"locator": {
"role": "<string>",
"text": "<string>",
"label": "<string>",
"placeholder": "<string>",
"altText": "<string>",
"title": "<string>",
"css": "<string>",
"xpath": "<string>"
},
"isCacheable": false,
"skipIfNotPresent": false,
"data": {},
"parentRelationship": {
"blockDepth": 123,
"positionInSequence": 123,
"parentBlockId": "<string>",
"parentSequenceId": "sequence"
}
},
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"events": [
"<any>"
]
}
]
}
Request to get a single execution
Execution events retrieved successfully
Execution events result