Summary
Get Details of a Workflow
Description
Get the details of a Workflow by Workflow name.
Route
GET /automation-studio/workflows/detailed/:name
Roles
admin
engineering
support
apiread
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
name |
string |
yes |
Name of Workflow to get Workflow details. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
workflow_details |
object |
Workflow details matching the Workflow name. |
Copied to Clipboard
{
"name": "My Workflow",
"type": "automation",
"tasks": {
"workflow_start": {
"name": "workflow_start",
"summary": "workflow_start",
"groups": [
"e7289013f24e38a8667f02b8",
"1a276487336a7638122bb458"
],
"nodeLocation": {
"x": 18503172.15315309,
"y": -73292938.38674982
}
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"c0a7120bcd0e4e70b3c1f51f",
"c5e2ea1cb655e199b033acc9"
],
"nodeLocation": {
"x": -83848237.79468045,
"y": 25627381.944353938
}
},
"error_handler": {
"name": "childJob",
"summary": "cupidatat pariatur Ut eu ipsum",
"description": "dolore dolor Ut cupidatat non",
"app": "officia",
"variables": {
"error": ""
},
"groups": [
"d97a82e12359f1572e967e1e"
],
"type": "operation",
"deprecated": true,
"scheduled": false,
"retrySettings": {
"state": [
"success",
"failure",
"error",
"success",
"error"
],
"autoRetry": true,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"bc522610069005f4883c38f1",
"e367b41c86cb522d552797a0",
"bbeb952e9849e44ec905dd47",
"38a6de0a479c4049920d8b43",
"0ed6f0d4b05890aac1a19d83"
],
"canvasVersion": 3,
"_id": "4321abcdef694aa79dae47ad",
"namespace": {
"type": "project",
"name": "sed ex aliquip veniam",
"accessControl": {
"read": [
"occaecat do ad elit"
],
"write": [
"minim Ut Duis ullamco mollit",
"labore",
"magna Ut qui",
"ex Lorem est eiusmod cillum"
],
"execute": [
"et commodo laborum irure"
],
"manage": [
"in"
]
}
},
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "1953-10-13T18:44:23.703Z",
"created_by": "7576ece0852c98fca02a41fb",
"last_updated": "1986-10-12T07:44:04.326Z",
"last_updated_by": "21248baa2efe3bb5a4009cef",
"lastUpdatedVersion": "amet non magna anim minim",
"tags": [
"irure sit aliquip dolore sed",
"occaecat mollit ipsum",
"commodo in culpa",
"tempor",
"id dolor in"
],
"encodingVersion": 1
}