GET
/
tasks
curl --request GET \
  --url https://rapidcron.com/api/v1/tasks \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer

The maximum number of results to return

Response

200
application/json
Task response
id
string

The id of the task