Skip to main content
GET
get latest runs for all action workflows by install id

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

install_id
string
required

install ID

Query Parameters

trigger_types
string

filter by action workflow trigger by types

offset
integer
default:0

offset of results to return

limit
integer
default:10

limit of results to return

page
integer
default:0

page number of results to return

q
string

search query for action workflow name or ID

labels
string

label filter (key:value,key:value)

synced
boolean
default:true

return actions in the install's current app config; set false to return only actions no longer in it

Response

OK

action_workflow
object
action_workflow_id
string
created_at
string
created_by_id
string
id
string
install_id
string
runs
object[]
status
string

after query fields filled in after querying

updated_at
string