Query Project Traces
Query recent Grafana Cloud Tempo traces for a project. Results are project-scoped server-side and returned as compact trace summaries.
Authorizations
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Path Parameters
Project slug or UUID. The resolved project is used to scope all trace reads server-side.
Query Parameters
Start time. ISO 8601 timestamp accepted by the Veryfront API. The backend converts it to the unix-second format required by Grafana Cloud Tempo.
End time. ISO 8601 timestamp accepted by the Veryfront API. The backend converts it to the unix-second format required by Grafana Cloud Tempo.
Max traces to return (default: 20, max: 100).
1 <= x <= 100Optional OpenTelemetry service.name filter, for example veryfront-api, veryfront-studio, or veryfront-server.
200Optional Tempo status filter. Use ok, error, or unset.
ok, error, unset Optional minimum trace duration in milliseconds.
x >= 0