Operations 35
GET
/v1/action-workflows/{action_workflow_id}/latest-config
get an app action workflow's latest config
#
GET
/v1/apps/{app_id}/actions/label-keys
get distinct label key:value pairs across all actions for an app
#
GET
/v1/apps/{app_id}/actions/{action_id}/latest-config
get an app action workflow's latest config
#
GET
/v1/installs/{install_id}/action-workflows/latest-runs
get latest runs for all action workflows by install id
#
GET
/v1/installs/{install_id}/action-workflows/runs/{run_id}
get action workflow runs by install id and run id
#
GET
/v1/installs/{install_id}/action-workflows/runs/{run_id}/steps/{step_id}
get action workflow run step by install id and step id
#
GET
/v1/installs/{install_id}/action-workflows/{action_workflow_id}/recent-runs
get recent runs for an action workflow by install id
#
GET
/v1/installs/{install_id}/actions/latest-runs
get latest runs for all action workflows by install id
#
GET
/v1/installs/{install_id}/actions/runs/{run_id}
get action workflow runs by install id and run id
#
GET
/v1/installs/{install_id}/actions/runs/{run_id}/steps/{step_id}
get action workflow run step by install id and step id
#
GET
/v1/installs/{install_id}/actions/{action_id}/recent-runs
get recent runs for an action workflow by install id
#