POST
/
executions
/
getEvents
curl --request POST \
  --url https://api.kaizenautomation.com/executions/getEvents \
  --header 'Content-Type: application/json' \
  --data '{
  "executionId": "<string>"
}'
{
  "events": [
    {
      "type": "<string>",
      "spanId": "<string>",
      "blockId": "<string>",
      "blockName": "<string>",
      "blockType": "Mouse",
      "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