Viewpoint Query Log REST APIs | Supported Operations | Teradata Viewpoint - Supported Operations - Teradata Viewpoint - Teradata Data Lab

Teradata® Viewpoint and Teradata® Data Lab API Reference Guide - 25.05

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Teradata Data Lab
Teradata Viewpoint
Release Number
25.05
Published
May 2025
ft:locale
en-US
ft:lastEdition
2025-06-05
dita:mapPath
mxj1746771298572.ditamap
dita:ditavalPath
oqt1542232706976.ditaval
dita:id
prd1525780132746
Product Category
Analytical Ecosystem
HTTP URL Parameters Description Response
GET /api/public/query_log/ flagged_queries/ Optional parameter
  • system_id: integer; an id of the system the FlaggedQueries must be from
Retrieves a list of flagged queries for a system and user List of FlaggedQueries (if system)
GET

/api/public/query_log/flagged_queries/{flag_id}

Path Variable
  • flag_id: integer - the id of the flagged query
Retrieves a flagged query based on the provided flagId The FlaggedQuery identified by the provided flagId param
DELETE

/api/public/query_log/flagged_queries/{flag_id}

Path Variable
  • flag_id: integer - the id of the flagged query
Deletes a flagged query based on the provided flagId A "ReturnStatus" object providing a result message