Skip to main content
GET /api/v1/forward/schedules Returns Schedule configuration records. Archived schedules are excluded by default.

Headers

Query parameters

Example request

Example response

HTTP 200 OK

Response fields

Each Schedule object’s execution.max_attempts defaults to 1, allowed values are 1 or 2. A value of 2 means the server may automatically retry once after the first execution fails. Whether a retry actually occurred is determined by the attempt field on Schedule Run objects.

Errors

Notes

  • Results are returned in descending creation order.
  • Archived records are returned only when include_archived=true.

Create a schedule

List schedule runs