Integration Schedules

This resource allows you to retrieve the details of schedules that run integrations once or at recurring intervals.

The schedule data includes name, parameters passed, start date, end date, frequency, interval, and the next run.

Operations


Delete Scheduled Integration Instance by ID
DELETE /v1/platform/integration_schedules/{id}


Retrieve All Scheduled Integration Instances
GET /v1/platform/integration_schedules


Retrieve Scheduled Integration Instance by ID
GET /v1/platform/integration_schedules/{id}


Update Scheduled Integration Instance by ID
PUT /v1/platform/integration_schedules/{id}