Skip to contents

List all comments on a workflow, sorted by creation date.

Usage

api_get_workflow_comments(id)

Arguments

id

Workflow ID

Value

List of comment objects.

Examples

if (FALSE) { # \dontrun{
api_get_workflow_comments("w_1739654400_123")
} # }