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

Body

application/json

List workflow schedules parameters

workflowId
string
required

ID of the workflow to set schedule for

Response

Schedules retrieved successfully

schedules
object[]
required

List of workflow schedules