Get workflows
GET {{url}}/workflows?offset=0&limit=10&query=google&isPublished=true&myWorkflows=true&status=running | finished | failed | pending | cancelled
Gets the list of workflows.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | ||
limit | number | ||
query | string | ||
isPublished | boolean | ||
myWorkflows | boolean | ||
status | string |
RESPONSES
status: OK
{"totalRecords":5,"pageSize":20,"data":[{"id":"00000000-0000-0000-0000-000000000000","name":"My Workflow #1","description":"My workflow description","publishedOn":"2023-07-13T15:51:00Z","isPublished":true,"executionStatus":"Pending","applications":[{"id":"00000000-0000-0000-0000-000000000000","name":"Google Drive","logo":"https://ipaasimages.azureblob.com/applications/iPaaS.Apps.GoogleDrive.png"},{"id":"00000000-0000-0000-0000-000000000000","name":"Gmail","logo":"https://ipaasimages.azureblob.com/applications/iPaaS.Apps.Gmail.png"}]},{"id":"00000000-0000-0000-0000-000000000000","name":"My Workflow #2","description":"My workflow description 2","publishedOn":"2023-07-14T15:51:00Z","isPublished":true,"executionStatus":"Running","applications":[{"id":"00000000-0000-0000-0000-000000000000","name":"Google Drive","logo":"https://ipaasimages.azureblob.com/applications/iPaaS.Apps.GoogleDrive.png"},{"id":"00000000-0000-0000-0000-000000000000","name":"Gmail","logo":"https://ipaasimages.azureblob.com/applications/iPaaS.Apps.Gmail.png"}]},{"id":"00000000-0000-0000-0000-000000000000","name":"My Workflow #3","description":"My workflow description 3","publishedOn":"2023-07-14T15:51:00Z","isPublished":true,"executionStatus":"Cancelled","applications":[{"id":"00000000-0000-0000-0000-000000000000","name":"Google Drive","logo":"https://ipaasimages.azureblob.com/applications/iPaaS.Apps.GoogleDrive.png"},{"id":"00000000-0000-0000-0000-000000000000","name":"Gmail","logo":"https://ipaasimages.azureblob.com/applications/iPaaS.Apps.Gmail.png"}]},{"id":"00000000-0000-0000-0000-000000000000","name":"My Workflow #4","description":"My workflow description 4","publishedOn":"2023-07-14T15:51:00Z","isPublished":true,"executionStatus":"Failed","applications":[{"id":"00000000-0000-0000-0000-000000000000","name":"Google Drive","logo":"https://ipaasimages.azureblob.com/applications/iPaaS.Apps.GoogleDrive.png"},{"id":"00000000-0000-0000-0000-000000000000","name":"Gmail","logo":"https://ipaasimages.azureblob.com/applications/iPaaS.Apps.Gmail.png"}]},{"id":"00000000-0000-0000-0000-000000000000","name":"My Workflow #5","description":"My workflow description 5","publishedOn":"2023-07-14T15:51:00Z","isPublished":true,"executionStatus":"Finished","applications":[{"id":"00000000-0000-0000-0000-000000000000","name":"Google Drive","logo":"https://ipaasimages.azureblob.com/applications/iPaaS.Apps.GoogleDrive.png"},{"id":"00000000-0000-0000-0000-000000000000","name":"Gmail","logo":"https://ipaasimages.azureblob.com/applications/iPaaS.Apps.Gmail.png"}]}]}