Skip to main content
This endpoint returns only the tasks that belong to the authenticated user. Tasks created by other users are never included in the response.

Response

200 OK — Returns an array of task objects, each paired with an all-time completion count. Tasks are ordered by created_at ascending.
object[]
required
Array of task-with-count objects.

Errors