List Workflows

GET {{batmanURL}}/v3/workflows?owner_id=<string>

Get a list of all Workflows

Request Params

KeyDatatypeRequiredDescription
owner_idstringrequired *
page_sizestring
page_numberstring
searchstring
eventstringtrigger for workflow
eventstringtrigger for workflow
actionsstringaction name
actionsstringaction name
tagsstring
tagsstring
ownerstring
ownerstring
created_bystring
created_bystring
updated_bystring
updated_bystring
enabledstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;id&quot;:9003,&quot;owner_id&quot;:&quot;650141ae7891bb11fbbd1234&quot;,&quot;title&quot;:&quot;hello&quot;,&quot;description&quot;:&quot;&quot;,&quot;enabled&quot;:true,&quot;trigger&quot;:&quot;incident_reassigned&quot;,&quot;filters&quot;:{},&quot;tags&quot;:[{&quot;color&quot;:&quot;#18A897&quot;,&quot;key&quot;:&quot;hello&quot;,&quot;value&quot;:&quot;world&quot;}],&quot;actions&quot;:[{&quot;data&quot;:{&quot;note&quot;:&quot;hello&quot;},&quot;id&quot;:19176,&quot;name&quot;:&quot;sq_add_incident_note&quot;},{&quot;data&quot;:{&quot;channels&quot;:[{&quot;display_text&quot;:&quot;new&quot;,&quot;link&quot;:&quot;http://new.new&quot;,&quot;type&quot;:&quot;video_conference&quot;}]},&quot;id&quot;:19177,&quot;name&quot;:&quot;sq_add_communication_channel&quot;},{&quot;data&quot;:{&quot;runbooks&quot;:[{&quot;id&quot;:&quot;65ce0c0d2f7281a6175c384f&quot;,&quot;name&quot;:&quot;new&quot;}]},&quot;id&quot;:19178,&quot;name&quot;:&quot;sq_attach_runbooks&quot;}],&quot;created_at&quot;:&quot;2024-03-26 14:13:17.516354 +0000 UTC&quot;,&quot;created_by&quot;:&quot;62ea03c97837239142e76558&quot;,&quot;updated_at&quot;:&quot;2024-04-19 09:24:55.206001 +0000 UTC&quot;,&quot;updated_by&quot;:&quot;62ea03c97837239142e76558&quot;,&quot;entity_owner&quot;:{&quot;id&quot;:&quot;62ea03c97837239142e76558&quot;,&quot;type&quot;:&quot;user&quot;}}],&quot;meta&quot;:{&quot;total_count&quot;:1}}