Workflow Instances
Endpoints for managing workflow instances
List workflow instances
Retrieve a paginated list of workflow instances for a specific folder
Create workflow instance
Create a new workflow instance with specified configuration. The git reference defaults to the workflow definition's target branch if not provided.
Get workflow instance
Retrieve a single workflow instance by its ID. Optionally include workflow content in the response.
Update workflow instance
Partially update a workflow instance. The workflow definition ID cannot be changed after creation.
Delete workflow instance
Delete a workflow instance.