workspace_id it operates on.
list_queries
Lists queries in a workspace.| Parameter | Type | Description |
|---|---|---|
workspace_id | string | ID of the workspace to list queries for. |
create_query
Runs a natural-language query against a workspace.| Parameter | Type | Description |
|---|---|---|
workspace_id | string | ID of the workspace to query. |
text | string | Natural-language query text. |
get_query
Retrieves a single query and its result.| Parameter | Type | Description |
|---|---|---|
workspace_id | string | ID of the workspace the query belongs to. |
id | string | ID of the query to retrieve. |
delete_query
Deletes a query.| Parameter | Type | Description |
|---|---|---|
workspace_id | string | ID of the workspace the query belongs to. |
id | string | ID of the query to delete. |