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
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