Summary
Gets a page of workflow documents.
Description
Gets a page of workflow documents.
Route
GET /automation-studio/workflows
Roles
Parameters
Name | Type | Required | Description |
---|---|---|---|
options | object | yes | Parameters for filtering, paginating, and sorting workflow documents. For ‘limit’, ‘skip’, ‘order’, ‘sort’, ‘include’, ‘exclude’, and ‘expand’: Example usage in getWorkflows task -- ‘{ ‘limit’: 10 }’ Example usage in HTTP query -- ‘?limit=10' For ‘in’, ‘not-in’, ‘equals’, ‘contains’, ‘starts-with’, ‘ends-with’, and ‘task-equals’: Example usage in getWorkflows task -- ‘{ ‘in’: { ‘name’: ‘my-workflow’ } }’ Example usage in HTTP query -- ‘?in[name]=my-workflow' |
{ "options": { "limit": 25, "skip": 0, "order": 1, "sort": "name", "include": "name", "exclude": "description", "expand": "created_by,user,owner", "in": "in[name]=my-workflow,or-this-workflow&in[type]=automation", "not-in": "not-in[name]=my-workflow,not-this-workflow", "equals": "equals[name]=my-workflow", "contains": "contains[name]=workflow", "starts-with": "starts-with[name]=my-", "ends-with": "ends-with[name]=-workflow" } }
{ "type": "object", "properties": { "options": { "title": "options", "type": "object", "properties": { "limit": { "type": "integer", "description": "Number of results to return. Used for pagination.", "default": 25, "minimum": 0, "examples": [ 1, 10, 50 ] }, "skip": { "type": "integer", "description": "Number of results to skip. Used for pagination.", "default": 0, "minimum": 0, "examples": [ 1, 10, 50 ] }, "order": { "type": "integer", "description": "Sort direction, 1 for ascending and -1 for descending.", "default": 1, "enum": [ -1, 1 ] }, "sort": { "type": "string", "description": "Field to sort by", "default": "name", "enum": [ "name" ] }, "include": { "type": "string", "description": "Inclusive projection operator formatted as a comma-delineated list. '_id' will be included implicitly unless excluded with 'exclude=_id'. May only be used in conjunction with 'exclude' when 'exclude=_id'.", "examples": [ "name", "description", "name,description" ] }, "exclude": { "type": "string", "description": "Exclusive projection operator formatted as a comma-delineated list. May only be used in conjunction with 'include' when 'exclude=_id'.", "examples": [ "_id", "description", "_id,description" ] }, "expand": { "type": "string", "title": "List of fields to get expanded data", "description": "Sets the fields to expand. Generally, these are fields like \"metrics.user\", \"metrics.owner\", \"created_by\", etc", "examples": [ "created_by,user,owner" ] }, "in": { "description": "Search for fields exactly matching one of the given list options", "type": "string", "examples": [ "in[name]=my-workflow,or-this-workflow&in[type]=automation" ] }, "not-in": { "description": "Search for fields not exactly matching one of the given list options", "type": "string", "examples": [ "not-in[name]=my-workflow,not-this-workflow" ] }, "equals": { "description": "Returns results where the specified fields exactly match the given match string(s).", "type": "string", "examples": [ "equals[name]=my-workflow" ] }, "contains": { "description": "Returns results where the specified fields contain the given match string(s).", "type": "string", "examples": [ "contains[name]=workflow" ] }, "starts-with": { "description": "Returns results where the specified fields start with the given match string(s).", "type": "string", "examples": [ "starts-with[name]=my-" ] }, "ends-with": { "description": "Returns results where the specified fields end in the given match string(s).", "type": "string", "examples": [ "ends-with[name]=-workflow" ] } } } }, "required": [ "options" ], "additionalProperties": false }
Return
Name | Type | Description |
---|---|---|
result | object | Results for the given search parameters. |
{ "items": [ { "name": "My Workflow", "type": "automation", "tasks": { "workflow_start": { "name": "workflow_start", "summary": "workflow_start", "groups": [ "6bc1c823f32e3ce6fa1a9fbf", "449002515539dfa6330acf00", "d0a15304daa3859958b9b36f" ], "nodeLocation": { "x": 31417047.800143644, "y": -46774657.276896425 } }, "workflow_end": { "name": "workflow_end", "summary": "workflow_end", "groups": [ "9e5717f794fe202eb22eca35", "03070dd5dcf16af80dd15d35", "4de29870bb811c88fb0ecddc", "0c179ea181fd580d28522cf0" ], "nodeLocation": { "x": -2652797.211259812, "y": -17370193.768613264 } }, "error_handler": { "name": "childJob", "summary": "ex in laborum", "description": "deserunt officia", "app": "est cupidatat dolore do et", "variables": { "error": "" }, "groups": [ "99f5769af7512e889daaab1e", "af8b536b8fef7dcbfb92a8ad", "b246225c4c04b8c5702969a4", "6f16929f730c21efc8ada248" ], "type": "operation", "deprecated": true, "scheduled": true, "retrySettings": { "state": [ "failure" ], "autoRetry": true, "limit": 10, "delay": 1000, "count": 5 } } }, "transitions": {}, "groups": [ "214dae431b6d8ddc327a09ff", "63c5bce5cd71ea933915d71a" ], "_id": "5cb7b531d06cceb89fd21b1c", "description": "sunt veniam", "preAutomationTime": 250000, "font_size": 12, "created": "1956-09-10T19:28:20.483Z", "created_by": "b1ab0be94871939679c915d7", "last_updated": "2005-02-17T02:20:54.646Z", "last_updated_by": "089618d9da2fd824aa351be1", "lastUpdatedVersion": "sunt", "tags": [ "sed aute", "Lorem ea laboris officia non", "cupidatat sunt eu fugiat", "mollit reprehenderit" ], "canvasVersion": 1, "encodingVersion": 1 }, { "name": "My Workflow", "type": "automation", "tasks": { "workflow_start": { "name": "workflow_start", "summary": "workflow_start", "groups": [ "7ec2af5c56bc9f942c81e73a", "e1be4ed316947ae5c55fda37", "800cd69c0ffc936ca84af527" ], "nodeLocation": { "x": -7544265.54596366, "y": 86309051.09889403 } }, "workflow_end": { "name": "workflow_end", "summary": "workflow_end", "groups": [ "bf95347432656e9ac53315e7", "e451d1a8e07fcd28e883e3fa", "7cf82b106cf541475da0fed1", "62c0752f19bdad740ba673f2" ], "nodeLocation": { "x": -42254502.89003629, "y": 85870724.34154871 } }, "error_handler": { "name": "childJob", "summary": "aliqua", "description": "sunt anim", "app": "mollit labore qui ut", "variables": { "error": "" }, "groups": [ "9a9d618b4051b623b2d0d0e1", "45010207c00ad2b72d454c9c" ], "type": "operation", "deprecated": false, "scheduled": true, "retrySettings": { "state": [ "success", "success", "error", "error" ], "autoRetry": false, "limit": 10, "delay": 1000, "count": 5 } } }, "transitions": {}, "groups": [ "7680ceaba6d6b367f12c20ce", "49937b1f85af582dac353342" ], "_id": "4321abcdef694aa79dae47ad", "description": "ullamco Lorem", "preAutomationTime": 250000, "font_size": 12, "created": "1958-02-06T01:40:10.157Z", "created_by": "665b765beb5f815e53e12d63", "last_updated": "1946-07-04T20:27:43.633Z", "last_updated_by": "afb047afcdd8e1cbb6d35f10", "lastUpdatedVersion": "et nostrud cupidatat", "tags": [ "dolor eu minim sint", "non" ], "canvasVersion": 1, "encodingVersion": 1 }, { "name": "My Workflow", "type": "automation", "tasks": { "workflow_start": { "name": "workflow_start", "summary": "workflow_start", "groups": [ "c17a8693a09dd6916af4881b", "b67d8221d2fc75b10a4b198c" ], "nodeLocation": { "x": 50479421.95982805, "y": 17491396.927141085 } }, "workflow_end": { "name": "workflow_end", "summary": "workflow_end", "groups": [ "a503247642700eef5f35cc3f" ], "nodeLocation": { "x": -21635593.2215468, "y": 24700119.34105262 } }, "error_handler": { "name": "childJob", "summary": "sed Excepteur ut ea", "description": "sit laborum aute", "app": "aute laboris ut", "variables": { "error": "" }, "groups": [ "f6c1988ce27ce64333b17a0e", "341dd7feea07a406625a004e" ], "type": "operation", "deprecated": false, "scheduled": true, "retrySettings": { "state": [ "failure" ], "autoRetry": true, "limit": 20, "delay": 1000, "count": 5 } } }, "transitions": {}, "groups": [ "acbc8140711c935bd646c89a", "6cfe6bdd5ad7abb6f9bba6ca", "f7dde8aa742c1335648b0ae5", "7ee0ba5277b645dd157fdc15", "db8d8545fb1620ad4ada131b" ], "_id": "4321abcdef694aa79dae47ad", "description": null, "preAutomationTime": 250000, "font_size": 12, "created": "1951-07-13T17:59:00.393Z", "created_by": "7ecb655da0821cabf96c8af3", "last_updated": "1954-01-29T00:55:42.213Z", "last_updated_by": "7e8119da844df52af99b0fb6", "lastUpdatedVersion": "quis occaecat ipsum consectetur non", "tags": [ "sint", "tempor Ut" ], "canvasVersion": 1, "encodingVersion": 1 }, { "name": "My Workflow", "type": "automation", "tasks": { "workflow_start": { "name": "workflow_start", "summary": "workflow_start", "groups": [ "db6d59b72bd43fc290cdc440" ], "nodeLocation": { "x": -73645255.78118739, "y": -9809629.028629541 } }, "workflow_end": { "name": "workflow_end", "summary": "workflow_end", "groups": [ "bcbfd024415e17225ba21f49", "fa2321d5ab628ad06074acfa", "1c4d2f1dca81366917f12bdc", "5b848473f661c6ab2a51c04c", "dbd6fdd23cad73853c8291fa" ], "nodeLocation": { "x": -36554159.06996198, "y": 29188889.923845544 } }, "error_handler": { "name": "childJob", "summary": "quis", "description": "ut", "app": "sint voluptate Ut aute nulla", "variables": { "error": "" }, "groups": [ "9a8acc46e249ce16f1921071", "83d9c05d1890fdbf8f71e1d2", "1a49c0d0337b77ed8310da4f" ], "type": "operation", "deprecated": false, "scheduled": true, "retrySettings": { "state": [ "failure", "failure", "success", "success", "error" ], "autoRetry": true, "limit": 10, "delay": 1000, "count": 5 } } }, "transitions": {}, "groups": [ "02d5f6c334b3b1c36a5271ed" ], "_id": "4321abcdef694aa79dae47ad", "description": null, "preAutomationTime": 250000, "font_size": 12, "created": "2014-09-07T00:43:42.741Z", "created_by": "adbb1b42c3583361af21280b", "last_updated": "2005-08-16T09:15:50.866Z", "last_updated_by": "f9dadd25af79e6bb858cf70e", "lastUpdatedVersion": "ad incididunt elit velit", "tags": [ "aliquip", "dolore veniam cillum tempor" ], "canvasVersion": 2, "encodingVersion": 1 } ], "total": 74593172, "start": 4874191, "end": -36194795, "count": -45969572, "limit": 12532887, "next": "eu tempor dolore", "previous": null }
{ "title": "result", "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "workflowDocument" } }, "total": { "type": "integer", "description": "Total number of documents matching the given query parameters." }, "start": { "type": "integer", "description": "Search index of first document in the items array." }, "end": { "type": "integer", "description": "Search index of the last document in the items array." }, "count": { "type": "integer", "description": "Length of the items array." }, "limit": { "type": "integer", "description": "Number of results to return. Used for pagination." }, "next": { "description": "URI pointing to the next set of paginated results. Preserves previous search and projection parameters. Null if returning the last page of results.", "oneOf": [ { "type": "string" }, { "type": "null" } ] }, "previous": { "description": "URI pointing to the previous set of paginated results. Preserves previous search and projection parameters. Null if returning the first page of results.", "oneOf": [ { "type": "string" }, { "type": "null" } ] } } }