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
Successful Response
Returns a paginated list of all tasks belonging to the user, ordered by creation date. Each task includes basic information like status and creation time. For detailed task info, use the get task endpoint.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
x >= 1
x >= 1
Successful Response