-
Reports API: Full CRUD Support Now Available
You can now create, read, update, and delete reports programmatically via the Smartsheet API. Reports are no longer UI-only — they're a first-class API resource, just like sheets. What's new The Reports API now supports the full object lifecycle: Create reports from API calls — no more manual setup in the UI Read report…
-
Full CRUD operations for reports now available on Public API!
April 30, 2026 Developers can now programmatically create, read, update, and delete Smartsheet reports using the Public API, enabling complete lifecycle management of reports alongside existing sheet operations. Until now, reports could only be created and managed through the UI — meaning teams that relied on the API for…
-
New Learning Series: "Mastering Smartsheet API" — Part 1 is live
Hey dev friends, We just kicked off a new hands-on learning series for the Smartsheet API Developer Ecosystem: Mastering Smartsheet API. From your first API call to production integrations and the new MCP Server for AI agents — this series covers the full path. Part 1, "Zero to API: Your First Successful Smartsheet…
-
I just shipped v1.0 of an open-source AI agent that lets you talk to your sheets — 73 tools, 80 formulas, BYOT, MIT licence
Hi everyone 👋 I've been a Smartsheet power user since 2013 and last month I finally caved on a side-project I'd been daydreaming about for years: stop clicking, start talking to my sheets. Today I'm releasing v1.0.0 of Talk to Your Smartsheet — a community-built, MIT-licensed AI agent that speaks the Smartsheet REST API…
-
Sharepoint embedded into smartsheet error refuses to connect
Sharepoint hosts our powerBI content - we have embedded that link into our smartsheets dashboard via a web content widget. Everything was working prior to yesterday morning, now we are receiving an error companyname.sharepoint.com refuses to connect has anyoen received this error? and how do I resolve this? Sharepoint.com…
-
Request for Assistance Regarding Http 401 Error
Here are the error details I received: - Status Code: 500 - Error Code: 4000 - Message: "An unexpected error has occurred. Please contact the Support team at https://help.smartsheet.com/contact for assistance." - Recommendation: "Do not retry without fixing the problem." - Reference ID: db211e48-2fcc-419f-b961-b2d0f8a344b0…
-
Connect any MCP-compliant AI tool to your Smartsheet data with the new MCP Server
March 24, 2026 The Smartsheet MCP Server is now generally available — and we're excited to see what you build with it. If you've ever wanted to ask an AI tool a question about your live Smartsheet data and get an intelligent answer back, that's exactly what this enables. The MCP Server is an open integration layer built on…
-
Alerts For When Nearing 5000 row Limit
Is there a way to set up an alert on a sheet for when it is nearing the 5000-row limit? Thanks!
-
API List Users EndPoint Should Include MemberType, Number of Views, Number of Edits, etc. by Default
Hi, I would like to suggest an enhancement to the /Users endpoint so that it returns the same data currently available in the downloadable “Seat Type Report.” For example, the /Users endpoint could include fields such as: “# of Asset Views in the Last 90 Days” “# of Edits in the Last 90 Days” These are key data points for…
-
includeAll Deprecation
Hello everyone, Looking for some assistance on the replacement of includeAll parameter for update column (Multi Dropdown). Looks like I'm limited to 1000 options now, so curious if there is a workaround. Any help would be appreciated on how people are using pagination or if this has been addressed a different way now.…