List Workflows
GET {{batmanURL}}/v3/workflows?owner_id=<string>
Get a list of all Workflows
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
owner_id | string | required * | |
page_size | string | ||
page_number | string | ||
search | string | ||
event | string | trigger for workflow | |
event | string | trigger for workflow | |
actions | string | action name | |
actions | string | action name | |
tags | string | ||
tags | string | ||
owner | string | ||
owner | string | ||
created_by | string | ||
created_by | string | ||
updated_by | string | ||
updated_by | string | ||
enabled | string |
RESPONSES
status: OK
{"data":[{"id":9003,"owner_id":"650141ae7891bb11fbbd1234","title":"hello","description":"","enabled":true,"trigger":"incident_reassigned","filters":{},"tags":[{"color":"#18A897","key":"hello","value":"world"}],"actions":[{"data":{"note":"hello"},"id":19176,"name":"sq_add_incident_note"},{"data":{"channels":[{"display_text":"new","link":"http://new.new","type":"video_conference"}]},"id":19177,"name":"sq_add_communication_channel"},{"data":{"runbooks":[{"id":"65ce0c0d2f7281a6175c384f","name":"new"}]},"id":19178,"name":"sq_attach_runbooks"}],"created_at":"2024-03-26 14:13:17.516354 +0000 UTC","created_by":"62ea03c97837239142e76558","updated_at":"2024-04-19 09:24:55.206001 +0000 UTC","updated_by":"62ea03c97837239142e76558","entity_owner":{"id":"62ea03c97837239142e76558","type":"user"}}],"meta":{"total_count":1}}