{ "ids": ["task-abc123", "task-def456", "task-ghi789"] }
[ { "id": "task-abc123", "subject": "Follow up call", "completed": false, "dueDate": "2024-12-31T10:00:00Z" }, { "id": "task-def456", "subject": "Send proposal", "completed": true, "completedAt": "2024-12-18T09:00:00Z" } ]
Retrieve multiple tasks by their IDs