GET
/
get-workflow-runs
curl --request GET \
  --url http://processzen.io/api/get-workflow-runs \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "lastActivity": "2023-11-07T05:31:56Z",
    "workflowName": "<string>",
    "currentStepAssignee": "<string>",
    "currentStepDueDate": "2023-11-07T05:31:56Z",
    "currentStepName": "<string>",
    "status": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Response

200
application/json
Successful response
id
string
lastActivity
string
workflowName
string
currentStepAssignee
string
currentStepDueDate
string | null
currentStepName
string
status
string