List crons
Crons
List crons
Retrieve all crons for the authenticated user
GET
List crons
Request
No request body or query parameters required.Headers
string
required
Bearer token. Example:
Bearer your_api_key_hereResponse
Returns an array of cron objects.string
Unique identifier (UUID).
string
ID of the user who owns this cron.
string | null
Display name.
string
Cron expression defining the schedule.
string
Webhook URL.
string
HTTP method:
GET, POST, or DELETE.object
Custom HTTP headers.
object
JSON body payload.
boolean
Whether the cron is paused.
string
ISO 8601 timestamp of the next scheduled run.
string | null
ISO 8601 timestamp of the last execution.
string
ISO 8601 timestamp.
200