Task Management
List Tasks
Get a list of all tasks for the authenticated user
GET
Authorizations
Query Parameters
Page number for pagination
Example:
1
Number of tasks per page (max: 30)
Required range:
x <= 30
Example:
30
Response
200 - application/json
Successful response
Indicates if the request was successful
Example:
true
Array of task objects
Total number of tasks
Example:
1
Current page number
Example:
1
Number of tasks per page
Example:
30
Error message if the request failed