List
List cron jobs in one project environment.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The organization's id (UUID) or slug — either form is accepted.
The project's id (UUID) or slug — either form is accepted.
Query Parameters
Environment slug to scope this operation to. Defaults to "production". An environment that does not exist on the project answers 404. Cron jobs are isolated to the addressed environment.
^[a-z][a-z0-9-]{0,38}$Response
Cron jobs ordered by name.
^[a-z][a-z0-9-]{1,61}$Five-field cron expression.
IANA timezone name. Defaults to UTC.
Missed invocations are skipped; catch-up is not performed at launch.
false Exactly one same-environment target: a signed project-relative HTTP invocation or a queue publication.
- Option 1
- Option 2
allow, skip, replace Target timeout in seconds, bounded below the durable execution lease.
1 <= x <= 840