Skip to main content
GET
List schedules

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of schedules

id
string<uuid>
required
name
string
required
cronSchedule
string
required
functionUrl
string<uri>
required
httpMethod
enum<string>
required
Available options:
GET,
POST,
PUT,
PATCH,
DELETE
isActive
boolean
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
headers
object | null
body
cronJobId
string | null
lastExecutedAt
string<date-time> | null
nextRun
string<date-time> | null