POST
/
executions
/
get
curl --request POST \
  --url https://api.kaizenautomation.com/executions/get \
  --header 'Content-Type: application/json' \
  --data '{
  "executionId": "<string>"
}'
{
  "execution": {
    "id": "<string>",
    "workflow": {
      "id": "<string>",
      "name": "<string>"
    },
    "logins": [
      {
        "id": "<string>",
        "name": "<string>"
      }
    ],
    "organizationId": "<string>",
    "startTime": "2023-11-07T05:31:56Z",
    "params": {},
    "status": "InProgress",
    "liveViewUrl": "<string>"
  }
}

Body

application/json

Request to get a single execution

executionId
string
required

ID of the execution to retrieve

Response

200
application/json
Execution retrieved successfully

Single execution result

execution
object
required

Recording of a workflow execution