Get execution
curl --request POST \
--url https://api.kaizenautomation.com/executions/get \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>"
}
'{
"execution": {
"id": "<string>",
"workflow": {
"id": "<string>",
"name": "<string>"
},
"batch": {
"id": "<string>",
"name": "<string>"
},
"logins": [
{
"id": "<string>",
"name": "<string>"
}
],
"authentications": [
{
"browserSessionId": "<string>",
"status": "<string>",
"liveViewUrl": "<string>"
}
],
"startTime": "2023-11-07T05:31:56Z",
"params": {},
"metadata": {},
"name": "<string>",
"startBlock": {
"id": "<string>",
"name": "<string>",
"blockReferenceId": "<string>",
"type": "<string>",
"isCacheable": true,
"skipIfNotPresent": true,
"useWorkflowRecoveryAgent": true,
"data": {
"loginId": "<string>",
"isParameter": true,
"forceLoginEveryTime": true
},
"parentRelationship": {
"blockDepth": 123,
"positionInSequence": 123,
"parentBlockId": "<string>"
},
"locator": {
"role": "<string>",
"text": "<string>",
"label": "<string>",
"placeholder": "<string>",
"altText": "<string>",
"title": "<string>",
"css": "<string>",
"xpath": "<string>"
}
},
"contextAuthentications": [
{
"contextAuthenticationId": "<string>",
"loginSummary": {
"loginId": "<string>",
"name": "<string>",
"isManual": true
}
}
],
"sessionId": "<string>",
"agentConversationThreadId": "<string>",
"attempts": 123,
"totalAttempts": 123,
"isLastAttempt": true,
"isTest": true,
"status": "InProgress",
"liveViewUrl": "<string>",
"browserSessionId": "<string>",
"browserSessionVendorId": "<string>",
"downloads": {
"files": [
{
"id": "<string>",
"name": "<string>",
"mimeType": "<string>",
"sizeBytes": 123,
"downloadUrl": "<string>",
"key": "<string>"
}
],
"message": "<string>"
},
"parentExecutionId": "<string>"
}
}Executions
Get execution
Retrieves a single execution by ID for the current organization
POST
/
executions
/
get
Get execution
curl --request POST \
--url https://api.kaizenautomation.com/executions/get \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>"
}
'{
"execution": {
"id": "<string>",
"workflow": {
"id": "<string>",
"name": "<string>"
},
"batch": {
"id": "<string>",
"name": "<string>"
},
"logins": [
{
"id": "<string>",
"name": "<string>"
}
],
"authentications": [
{
"browserSessionId": "<string>",
"status": "<string>",
"liveViewUrl": "<string>"
}
],
"startTime": "2023-11-07T05:31:56Z",
"params": {},
"metadata": {},
"name": "<string>",
"startBlock": {
"id": "<string>",
"name": "<string>",
"blockReferenceId": "<string>",
"type": "<string>",
"isCacheable": true,
"skipIfNotPresent": true,
"useWorkflowRecoveryAgent": true,
"data": {
"loginId": "<string>",
"isParameter": true,
"forceLoginEveryTime": true
},
"parentRelationship": {
"blockDepth": 123,
"positionInSequence": 123,
"parentBlockId": "<string>"
},
"locator": {
"role": "<string>",
"text": "<string>",
"label": "<string>",
"placeholder": "<string>",
"altText": "<string>",
"title": "<string>",
"css": "<string>",
"xpath": "<string>"
}
},
"contextAuthentications": [
{
"contextAuthenticationId": "<string>",
"loginSummary": {
"loginId": "<string>",
"name": "<string>",
"isManual": true
}
}
],
"sessionId": "<string>",
"agentConversationThreadId": "<string>",
"attempts": 123,
"totalAttempts": 123,
"isLastAttempt": true,
"isTest": true,
"status": "InProgress",
"liveViewUrl": "<string>",
"browserSessionId": "<string>",
"browserSessionVendorId": "<string>",
"downloads": {
"files": [
{
"id": "<string>",
"name": "<string>",
"mimeType": "<string>",
"sizeBytes": 123,
"downloadUrl": "<string>",
"key": "<string>"
}
],
"message": "<string>"
},
"parentExecutionId": "<string>"
}
}Body
application/json
Request to get a single execution
ID of the execution to retrieve
Response
Execution retrieved successfully
Single execution result
Recording of a workflow execution
- Active Execution (In Progress or Paused)
- Enqueued Execution
- Active Execution (In Progress or Paused)
- Completed Execution
- Failed Execution
Show child attributes
Show child attributes
⌘I