https://your-domain.atlassian.net/rest/api/3/workflowReturns all workflows in Jira or a workflow. Deprecated, use Get workflows paginated. If the `workflowName` parameter is specified, the workflow is returned as an object (not in an array). Otherwise, an array of workflow objects is returned. **Permissions required:** *Administer Jira* global permission.
The name of the workflow to be returned. Only one workflow can be specified.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://your-domain.atlassian.net/rest/api/3/workflow' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://your-domain.atlassian.net/rest/api/3/workflowReturns all workflows in Jira or a workflow. Deprecated, use Get workflows paginated. If the `workflowName` parameter is specified, the workflow is returned as an object (not in an array). Otherwise, an array of workflow objects is returned. **Permissions required:** *Administer Jira* global permission.
The name of the workflow to be returned. Only one workflow can be specified.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://your-domain.atlassian.net/rest/api/3/workflow' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}