API v1.0
List Tasks
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.
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
total_pages: Total number of pages available page: Current page number limit: Number of items per page total_count: Total number of tasks across all pages
Was this page helpful?