"Use when working with Laminar's SQL Query API (/v1/sql/query): design SELECT-only ClickHouse queries, use parameters, authenticate with project API keys, and interpret response data from spans, traces, events, tags, datasets, and evaluations."
Resources
1Install
npx skillscat add lmnr-ai/lmnr-skills/query-api Install via the SkillsCat registry.
SKILL.md
Laminar Query API
Workflow
- Clarify the question, target tables, and time window.
- Draft a SELECT-only ClickHouse query with a time filter on start_time.
- If needed, use typed parameters (for example, {id:String}) and supply a parameters map.
- Call POST /v1/sql/query with Bearer auth and parse the data array.
- Provide results and follow-up query suggestions when helpful.
References
- Read
references/laminar-query-api.mdfor endpoint details, auth headers, request/response shape, table list, and query patterns.