Gets all actions of an automation of a workflow.
<Check title="Required Permissions" icon="key">The user must be an admin or have `project-manage-config:read` permissions.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
workflowId
automationId
Response
OK
id
The id of the action.
createdBy
The id of the user who created the action.
createdOn
The date the action was created.
updatedBy
The id of the user who updated the action.
updatedOn
The date the action was updated.
type
The type of the action.
order
The order of the action.
values
The values of the action.

