Authorization: ********************curl --location --request GET '/tasks?employeeId=cm5emp001&status=IN_PROGRESS' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "cm5task001",
"orgId": "cm5abc123def456",
"employeeId": "cm5emp001",
"title": "Build Dashboard UI",
"description": "Create responsive dashboard with charts",
"status": "IN_PROGRESS",
"priority": "HIGH",
"deadline": "2026-03-01T00:00:00.000Z",
"completedAt": null,
"txHash": null,
"skillRequired": "React",
"createdAt": "2026-02-21T09:00:00.000Z",
"updatedAt": "2026-02-21T09:00:00.000Z",
"employee": {
"id": "cm5emp001",
"name": "Jane Smith",
"email": "emp1@org.com",
"role": "Frontend Engineer"
}
}
]
}