List cron jobs
App Cron Jobs
List cron jobs
Returns all scheduled cron jobs configured for the application, including their schedules and last execution times.
GET
List cron jobs
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Path Parameters
Application UUID
Response
List cron jobs
Cron job UUID
Cron job name
Schedule type (cron, interval)
Interval type (every_10_minutes, hourly, daily)
Hour component
Minute component
Command to execute
Current status (running, stopped)
Name of the most recent run
Status of the most recent run (e.g. running, complete, failed)
Last execution timestamp
Creation timestamp
Last update timestamp

