Skip to main content
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": "<any>",
      "startTime": "<string>",
      "endTime": "<string>",
      "events": [
        "<any>"
      ],
      "level": "Info"
    }
  ]
}

Body

application/json

Request to get a single execution

id
string
required

ID of the execution to retrieve

Response

Execution events retrieved successfully

Execution events result

events
object[]
required

Array of execution events and block spans for the execution