query-api
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.
More from lmnr-ai/laminar-skills
laminar-quickstart-trace
Create a minimal Laminar trace demo in minutes with no external LLM calls. Use when a user asks for a Laminar example, a quickstart demo, or wants to see traces appear in the Laminar UI quickly (cloud or self-hosted).
28laminar-instrument-codebase
Instrument an existing codebase with Laminar tracing: choose which functions to observe, initialize Laminar correctly, add tags/metadata/session IDs, and verify traces. Use when a user asks to add Laminar tracing, instrument functions, or integrate Laminar with a TS/JS or Python codebase.
25laminar-migrate-observability
Migrate an existing observability/tracing setup (Langfuse, LangSmith, Helicone, or OpenTelemetry) to Laminar with minimal diffs. Use when a user wants to replace their current tracer/exporter, keep trace boundaries, or map tags/metadata to Laminar.
10