ThoughtSpot REST API tutorials
Table of Contents
This tutorial is a hands-on guide to practically working with the ThoughtSpot V2.0 REST API.
Once completed, you will be able to use the ThoughtSpot V2.0 REST API via Python and JavaScript within a web application.
Tutorial lessons🔗
Prerequisites for the tutorial🔗
Your setup must have the following applications and tools installed:
-
Chrome or Firefox
-
Python 3.8 or higher
-
The
thoughtspot_rest_apiGitHub repository (supports REST API V1 and V2.0) in your local Python environment
Download the entire tse-api-tutorial repository as a ZIP file from GitHub, then unzip it on your system:

Open the directory created from the ZIP file in your IDE:

Now you’re ready to begin the tutorial lessons.