API v1.0
List Scheduled Tasks
Returns a paginated list of all scheduled tasks belonging to the user, ordered by creation date. Each task includes basic information like schedule type, next run time, and status.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Required range:
x >= 1
Required range:
x >= 1
Response
200
application/json
Successful Response
Response model for listing scheduled tasks.