Check whether a project has spans

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

Query parameters

project_idstringOptionalformat: "uuid"
project_namestringOptional
sourcestringOptional

Response

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