curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/workflowscheme//default'
{"workflow":"jira"}
true
to return the default workflow for the workflow scheme's draft rather than scheme itself. If the workflow scheme does not have a draft, then the default workflow for the workflow scheme is returned.false
.