Agentwatch - Intelligence API
Who Needs This? Developers building monitoring-powered applications Data analysts needing structured monitoring reference data Product teams integrating agent, health, metric, status 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=…
Agentwatch - Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getObservabilityPlatforms /agentwatch/observability_platforms/{id} |
Retrieve a single observability platforms record by its unique identifier. |
| GET |
listAgentFrameworks /agentwatch/agent_frameworks |
Retrieve a paginated list of agent frameworks records with optional search and filtering. |
| GET |
getTelemetryEventTypes /agentwatch/telemetry_event_types/{id} |
Retrieve a single telemetry event types record by its unique identifier. |
| GET |
getMcpServers /agentwatch/mcp_servers/{id} |
Retrieve a single mcp servers record by its unique identifier. |
| GET |
getAgentMetrics /agentwatch/agent_metrics/{metric} |
Retrieve a single agent metrics record by its unique identifier. |
| GET |
listAgentMetrics /agentwatch/agent_metrics |
Retrieve a paginated list of agent metrics records with optional search and filtering. |
| GET |
listTelemetryEventTypes /agentwatch/telemetry_event_types |
Retrieve a paginated list of telemetry event types records with optional search and filtering. |
| GET |
listMcpServers /agentwatch/mcp_servers |
Retrieve a paginated list of mcp servers records with optional search and filtering. |
| GET |
getAgentFrameworks /agentwatch/agent_frameworks/{id} |
Retrieve a single agent frameworks record by its unique identifier. |
| GET |
listObservabilityPlatforms /agentwatch/observability_platforms |
Retrieve a paginated list of observability platforms records with optional search and filtering. |