Find traces by metadata fields
/api/v1/traces/search endpoint allows you to find traces using identifiers stored in trace metadata. This is useful when you need to:
running or completed).?criterion_id=...). All provided fields must match (AND logic).trace_id — The trace identifier (use this for feedback submission)name — The trace namestatus — Current status (running or completed)metadata — Full metadata objecttimestamp — When the trace was created| Status Code | Error | Solution |
|---|---|---|
| 400 | At least one search parameter is required | Provide metadata fields as query parameters |
| 401 | Invalid API key | Verify your API key is correct |
| 429 | Rate limit exceeded | Implement exponential backoff retry |