get: summary: Get Workflow Actions operationId: getWorkflowActions description: This endpoint can retrieve workflow actions tags: - workflow actions parameters: - $ref: "../../parameters/query/workflow_id.yaml" responses: '200': $ref: "../../responses/WorkflowActions.yaml" '400': $ref: "../../responses/400.yaml" '500': $ref: "../../responses/500.yaml"