List crons
Crons
List crons
Retrieve all crons for the authenticated user
GET
List crons
Documentation Index
Fetch the complete documentation index at: https://docs.cronapi.dev/llms.txt
Use this file to discover all available pages before exploring further.
Request
No request body or query parameters required.Headers
Bearer token. Example:
Bearer your_api_key_hereResponse
Returns an array of cron objects.Unique identifier (UUID).
ID of the user who owns this cron.
Display name.
Cron expression defining the schedule.
Webhook URL.
HTTP method:
GET, POST, or DELETE.Custom HTTP headers.
JSON body payload.
Whether the cron is paused.
ISO 8601 timestamp of the next scheduled run.
ISO 8601 timestamp of the last execution.
ISO 8601 timestamp.
200