{ "id": "task-abc123", "subject": "Follow up call", "description": "Discuss partnership proposal", "type": "call", "dueDate": "2024-12-31T10:00:00Z", "contactId": "contact_8f3k2j", "completed": false, "completedAt": null, "createdAt": "2024-12-15T10:00:00Z" }
Retrieve a single task by ID
bash GET /tasks/task-abc123
404
{ "error": "Task not found" }