web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / API call that will ret...
Power Automate
Unanswered

API call that will retrieve the number of library views in an online SharePoint library?

(0) ShareShare
ReportReport
Posted on by 9
I'm trying to create a Power Automate flow that will check total number of views of a document library. Using a Send an HTTP request to SharePoint - GET method with a Uri of _api/web/lists/getbytitle('LibraryName')/views I receive no errors but I also don't get the information I need. Are library views possible?
Categories:
I have the same question (0)
  • Gopala_Krishna Profile Picture
    1,495 on at
    I do not think there is a direct REST API endpoint that provides the view count of documents or document libraries. One way you can do is by following the shared steps
     

    Using SharePoint Search API (Workaround)

    Although it won’t directly provide view counts, you can query for documents with certain metadata that may indicate how many times a document has been interacted with.

    • SharePoint Search REST API:

      https://<your-sharepoint-site-url>/_api/search/query?querytext='ContentType:Document'
    This can give you results on documents within the library, and you may have to filter or use metadata to infer activity, but it still won't directly give you the number of views.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 308

#2
David_MA Profile Picture

David_MA 256 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 226 Most Valuable Professional

Last 30 days Overall leaderboard