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.

Headers

AuthorizationstringRequired

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

Query parameters

pageintegerOptional>=1Defaults to 1
limitintegerOptional>=1Defaults to 10

Response

Successful Response
taskslist of objects
total_pagesinteger
pageinteger
limitinteger
total_countinteger

Errors