LLMs.txt: Complete documentation index for AI agents
InterceptedApiType

InterceptedApiType

Named groups of ThoughtSpot APIs that can be intercepted, for use in interceptUrls. Each group expands to the underlying request URLs, so you do not have to list them individually.

Enumeration members🔗

ALL🔗

ALL:= "ALL"

Intercepts every fetch request the embedded application makes, not only the data APIs. This includes authentication, session, and metadata calls, so the handler must respond to requests it does not recognize by passing execute: true. Listing this alongside other entries in interceptUrls supersedes them.

Defined in : types.ts

AnswerData🔗

AnswerData:= "AnswerData"

The APIs that fetch the data backing an Answer, including its chart, table, and headline data.

Defined in : types.ts

LiveboardData🔗

LiveboardData:= "LiveboardData"

The APIs that fetch the data backing a Liveboard.

Defined in : types.ts

© 2026 ThoughtSpot Inc. All Rights Reserved.