Agenttrace - Intelligence API
Who Needs This? Developers building monitoring-powered applications Data analysts needing structured monitoring reference data Product teams integrating trace, span, metric, observability features Researchers looking for monitoring-related datasets Key Features 5 endpoints — access different data categories Full-text search across all fields via ?q= parameter Pagination with ?limit= and ?offset=…
Agenttrace - Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getLlmProviders /agenttrace/llm_providers/{id} |
Retrieve a single llm providers record by its unique identifier. |
| GET |
listObservabilityPlatforms /agenttrace/observability_platforms |
Retrieve a paginated list of observability platforms records with optional search and filtering. |
| GET |
getObservabilityPlatforms /agenttrace/observability_platforms/{id} |
Retrieve a single observability platforms record by its unique identifier. |
| GET |
getAgentFrameworks /agenttrace/agent_frameworks/{id} |
Retrieve a single agent frameworks record by its unique identifier. |
| GET |
listTraceEventTypes /agenttrace/trace_event_types |
Retrieve a paginated list of trace event types records with optional search and filtering. |
| GET |
listEvaluationMetrics /agenttrace/evaluation_metrics |
Retrieve a paginated list of evaluation metrics records with optional search and filtering. |
| GET |
listLlmProviders /agenttrace/llm_providers |
Retrieve a paginated list of llm providers records with optional search and filtering. |
| GET |
getEvaluationMetrics /agenttrace/evaluation_metrics/{id} |
Retrieve a single evaluation metrics record by its unique identifier. |
| GET |
getTraceEventTypes /agenttrace/trace_event_types/{id} |
Retrieve a single trace event types record by its unique identifier. |
| GET |
listAgentFrameworks /agenttrace/agent_frameworks |
Retrieve a paginated list of agent frameworks records with optional search and filtering. |