API Documentation
Projects -> Api Key
Connections
Data -> Catalogs
Data -> Internal Tables
Data -> Queries
Data -> Semantic Catalogs
Data -> Cache
Embedded Peaka Api
Supported Drivers
Data -> Metadata
- PUTUpdate Metadata
- PUTUpdate Relation From Metadata
- DELDelete Relation From Metadata
- Generate categorical values fro the the column
- POSTGenerate semantics for the table
- POSTAdd Relation To Metadata
- GETList of golden sqls for the project.
- POSTCreate golden sql for the project
- GETGet Project Metadata
- GETGet Project Catalog Metadata Relations
- GETGenerate sample ai questions for the project
- DELDelete golden sql from the project.
Delete AI Chat History
DELETE
/
ai
/
{projectId}
/
agent
/
history
/
{threadId}
Response
200 - application/json
Represents the response containing AI chat history.
The list of AI chat history records.
The unique identifier for the AI thread.
The display name of the chat history.
The unique identifier for the project.
The source of the chat history.
The list of tasks in the chat history.
The message associated with the task.
The model parameters used in the task.
Represents the output of chat history, containing the query, response text, and structured data related to the query results.