返回 Skill 列表
extension
分类: 开发与工程无需 API Key

query-api

在使用Laminar的SQL查询API(/v1/sql/query)时:设计仅用于SELECT的ClickHouse查询,使用参数,通过项目API密钥进行身份验证,并从spans、traces、events、tags、datasets和evaluations中解析响应数据。

person作者: jakexiaohubgithub

Laminar Query API

Workflow

  1. Clarify the question, target tables, and time window.
  2. Draft a SELECT-only ClickHouse query with a time filter on start_time.
  3. If needed, use typed parameters (for example, {id:String}) and supply a parameters map.
  4. Call POST /v1/sql/query with Bearer auth and parse the data array.
  5. Provide results and follow-up query suggestions when helpful.

References

  • Read references/laminar-query-api.md for endpoint details, auth headers, request/response shape, table list, and query patterns.