SigNoz Dashboard
Schema representing a monitoring dashboard in the SigNoz observability platform.
APMAlertingCloud MonitoringDashboardsDistributed TracingInfrastructure MonitoringLogsMetricsObservabilityOpenTelemetryOpen-Source
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/signoz/refs/heads/main/json-schema/signoz-dashboard-schema.json",
"title": "SigNoz Dashboard",
"description": "Schema representing a monitoring dashboard in the SigNoz observability platform.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the dashboard."
},
"title": {
"type": "string",
"description": "Display title of the dashboard."
},
"description": {
"type": "string",
"description": "Description of the dashboard's purpose and contents."
},
"tags": {
"type": "array",
"description": "Tags for organizing and filtering dashboards.",
"items": {
"type": "string"
}
},
"widgets": {
"type": "array",
"description": "List of panel widgets displayed on the dashboard.",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique widget identifier."
},
"title": {
"type": "string",
"description": "Widget panel title."
},
"description": {
"type": "string",
"description": "Widget panel description."
},
"panelType": {
"type": "string",
"description": "Type of visualization panel.",
"enum": ["graph", "table", "value", "bar", "pie", "histogram", "list", "trace", "logs"]
},
"query": {
"type": "object",
"description": "Query configuration for the widget data source."
}
}
}
},
"isPublic": {
"type": "boolean",
"description": "Whether the dashboard is publicly accessible without authentication."
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the dashboard was created."
},
"updatedAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the dashboard was last updated."
},
"createdBy": {
"type": "string",
"description": "User who created the dashboard."
}
},
"required": ["title"]
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/signoz-dashboard"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.