Retrieves a single execution by ID for the current organization
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>"
}
],
"authentications": [
{
"id": "<string>",
"executionDispatchId": "<string>",
"browserSessionId": "<string>",
"status": "<string>",
"liveViewUrl": "<string>"
}
],
"organizationId": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"params": {},
"status": "InProgress",
"liveViewUrl": "<string>",
"browserSessionId": "<string>"
}
}
Request to get a single execution
Execution retrieved successfully
Single execution result
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>"
}
],
"authentications": [
{
"id": "<string>",
"executionDispatchId": "<string>",
"browserSessionId": "<string>",
"status": "<string>",
"liveViewUrl": "<string>"
}
],
"organizationId": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"params": {},
"status": "InProgress",
"liveViewUrl": "<string>",
"browserSessionId": "<string>"
}
}
Retrieves a single execution by ID for the current organization
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>"
}
],
"authentications": [
{
"id": "<string>",
"executionDispatchId": "<string>",
"browserSessionId": "<string>",
"status": "<string>",
"liveViewUrl": "<string>"
}
],
"organizationId": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"params": {},
"status": "InProgress",
"liveViewUrl": "<string>",
"browserSessionId": "<string>"
}
}
Request to get a single execution
Execution retrieved successfully
Single execution result
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>"
}
],
"authentications": [
{
"id": "<string>",
"executionDispatchId": "<string>",
"browserSessionId": "<string>",
"status": "<string>",
"liveViewUrl": "<string>"
}
],
"organizationId": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"params": {},
"status": "InProgress",
"liveViewUrl": "<string>",
"browserSessionId": "<string>"
}
}