v51

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-01308532588.1 KB
Traces

Check whether a project has traces

Returns whether the project has at least one trace matching the given scope. Cheap existence probe (LIMIT 1) used to drive empty-state decisions without scanning or aggregating the whole project.

get/v1/private/traces/exists

Query parameters

project_idstring uuid
project_namestring
sourcestring

Restrict the probe to a single ingestion source (e.g. 'sdk' for the Logs empty state), matching the rendered list's logs-source scope. Omit to probe any source.

thread_onlyboolean

When true, only considers traces that belong to a thread (thread_id is set) — used by the Threads empty state.

Response

Trace existence

existsboolean

Whether the project has at least one matching entity for the given scope