The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Hi @Sankaralingam.DhilipanSomasundaram,
Thank you for posting in this community.
Please try to use this code to get items of a list:
items = tasks_list.get_items()
ctx.load(items)
ctx.execute_query()
print(items)
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.