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>",
"parentSequenceId": "sequence"
},
"transformerFn": "<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
},
"authenticationStatus": "Unauthenticated"
}
],
"sessionId": "<string>",
"status": "InProgress",
"liveViewUrl": "<string>",
"browserSessionId": "<string>",
"downloads": {
"status": "pending",
"files": [
{
"id": "<string>",
"name": "<string>",
"mimeType": "<string>",
"sizeBytes": 123,
"downloadUrl": "<string>",
"key": "<string>"
}
],
"message": "<string>"
},
"parentExecutionId": "<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 '
{
"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>",
"parentSequenceId": "sequence"
},
"transformerFn": "<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
},
"authenticationStatus": "Unauthenticated"
}
],
"sessionId": "<string>",
"status": "InProgress",
"liveViewUrl": "<string>",
"browserSessionId": "<string>",
"downloads": {
"status": "pending",
"files": [
{
"id": "<string>",
"name": "<string>",
"mimeType": "<string>",
"sizeBytes": 123,
"downloadUrl": "<string>",
"key": "<string>"
}
],
"message": "<string>"
},
"parentExecutionId": "<string>"
}
}Request to get a single execution
ID of the execution to retrieve
Execution retrieved successfully
Single execution result
Recording of a workflow execution
Show child attributes
Unique identifier for the execution
Authentication responses for this execution
Show child attributes
ID of the browser session used for authentication
Status of the authentication
"InProgress"URL for live view of the authentication
When the execution started
Execution name
The block where execution started, if specified
Show child attributes
"Login"Show child attributes
sequence, trueSequence, falseSequence Show child attributes
Session authentication responses with login summary for this execution
Show child attributes
ID of the context authentication
Show child attributes
ID of the login used for authentication
Name of the login used for authentication
Whether this login requires manual authentication
Current status of the authentication from browser context
Unauthenticated, AuthenticationInProgress, Authenticated ID of the session associated with this execution
InProgress URL for live view of the execution
ID of the browser session used for execution
File downloads from the execution
Show child attributes
pending, in_progress, success, failed Show child attributes
Unique identifier for the file
Name of the file
MIME type of the file
Size of the file in bytes
Signed URL to download the file directly
Key identifier for the file (for example, a key provided when completing a download for the file).
ID of the parent execution that triggered this execution