POST
/
executions
/
getEvents
Get execution events
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>"
      ]
    }
  ]
}

Body

application/json

Request to get a single execution

Response

200
application/json

Execution events retrieved successfully

Execution events result