Question regarding API endpoints and full documentation: 1. Are the docs for the API updated (i.e. s...
h
Question regarding API endpoints and full documentation: 1. Are the docs for the API updated (i.e. still using /v1/ and other potential updates) 2. What exactly is the base_url for API calls? Do you have some examples for retrieving information about services, infrastructure, etc?
n
Hey @Haim Barad, • Let me confirm with the team about the API docs being updated. • The base_url should be your Signoz instance URL. Can you share where you came across the term "base_url"?
h
base_url is my own term, since I think it’s more descriptive. But it’s not part of your documentation. Thanks for the clarification. Many of the points seem to be returning 404’s. I’m mostly interested in observability type of air points for instance, that would show infrastructure loads and service stats.
n
Oh, okay - we did mention the URL being the Signoz instance URL, but let us know if you see anywhere it's not being mentioned. Interesting - can you share what endpoints are returning 404s's
h
I see in the API documentation that there’s a limited set of endpoints. I’m primarily interested in creating agents to monitor the system that SigNoz provides visibility for. Are there plans for an MCP server or expanding the API endpoints?
n
yeah - API is limited to creating dashboards, alerts and querying the telemetry
yess - we recently shipped a MCP server, you can try it out here: https://github.com/SigNoz/signoz-mcp-server
👍 1