/api/tasks AuthListar Tarefas
Retorna a lista paginada de tarefas do usuário.
Query Parameters
page integer Número da página
limit integer Itens por página (máx: 100)
Status Codes
200 Lista retornada com sucesso401 Não autenticado{
"data": [
{
"id": "507f1f77bcf86cd799439044",
"title": "Follow-up proposta Tech Solutions",
"description": "Ligar para Maria sobre desconto",
"dueDate": "2026-05-10T14:00:00Z",
"priority": "high",
"completed": false,
"contactId": "507f1f77bcf86cd799439011",
"dealId": "507f1f77bcf86cd799439033",
"createdAt": "2026-05-07T10:00:00Z"
}
],
"total": 18,
"page": 1,
"limit": 20
}