v1

latestOpenAPI 3.0.22026-07-26207170320.9 KB
Services - Cron Jobs

Trigger cron job run

Trigger a run for a cron job and cancel any active runs.

post/cron-jobs/{cronJobId}/runs

Response

OK

idstring required

The ID of the run

status'pending' | 'successful' | 'unsuccessful' | 'canceled' required
startedAtstring date-time
finishedAtstring date-time
triggeredBystring

user who triggered the cron job run

canceledBystring

user who cancelled the cron job run

Example response

{
  "startedAt": "2021-07-15T07:20:05.777035-07:00",
  "finishedAt": "2021-07-15T07:20:05.777035-07:00"
}