Action API
Returns list of actions in the specified pipeline
get/workspaces/{workspace_domain}/projects/{project_name}/pipelines/{pipeline_id}/actions
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
project_namestring required
Example:my-project
The human-readable ID of the project
pipeline_idinteger required
Example:123
The ID of the pipeline
Query parameters
trigger_time'ON_EVERY_EXECUTION' | 'ON_SUCCESS' | 'ON_FAILURE' | 'ON_BACK_TO_SUCCESS' | 'ON_WARNING' | 'ON_WAIT_FOR_APPROVE' | 'ON_TERMINATE'
Example:ON_EVERY_EXECUTION
Filter actions by trigger time