POST
/
workflows
/
schedules
/
list
curl --request POST \
  --url https://api.kaizenautomation.com/workflows/schedules/list \
  --header 'Content-Type: application/json' \
  --data '{
  "workflowId": "<string>"
}'
{
  "schedules": [
    {
      "workflowId": "<string>",
      "loginId": "<string>",
      "cronExpression": "<string>",
      "timezone": "<string>",
      "params": {},
      "id": "<string>"
    }
  ]
}

Body

application/json

List workflow schedules parameters

The body is of type object.

Response

200
application/json

Schedules retrieved successfully

The response is of type object.