Telemetry
Query the Trust Dashboard and observability telemetry.
These commands surface aggregated trust metrics and the raw observability data (traces, logs, counters) emitted by your Dome-protected Agents.
Display the aggregated Trust Dashboard for the active team. The dashboard shows the latest Trust Scores, evaluation history, and protection status across all Agents.
Search traces emitted by Dome-instrumented Agents.
Get a single trace by ID.
Get logs from Dome-instrumented Agents.
Get a time series for a counter metric.
Get the total value of a counter metric over a time range.
Get latency percentiles over time for a metric.
Last modified on July 22, 2026
Previous
Jwt LoginAuthenticate with email + password, sets JWT token in httpOnly cookie.
Args:
login_request: Login credentials (email and password)
response: FastAPI response object to set cookies
user_manager: FastAPI Users user manager
Returns:
JWT token response with access_token and token_type (token also set in httpOnly cookie)
Raises:
HTTPException: If authentication fails
Next