Hey team I have self hosted SigNoz in a k8s cluste...
# support
p
Hey team I have self hosted SigNoz in a k8s cluster, and exposed the query service via ingress. I am hitting
/api/v1/query_range
, but getting a 401 status code. As far as I know, self hosted SigNoz does note require an access token right ?
n
it requires jwt, the endpoints are not open
p
@nitya-signoz how can I get it ? The settings page does not have a "Access Token" page
n
the api keys are part of enterprise edition, meanwhile just for accessing the API you can copy the jwt from browser and use it but it will expire after sometime.
👍 1
p
Ok @nitya-signoz. Is there any API reference for the query service ?
n
there are some references that you can find in our docs for how to use the query range api https://signoz.io/docs/logs-management/logs-api/aggregate-logs/
p
Thanks. It would be really helpful if you can provide an OpenAPI spec in the coming release, would be beneficial for the community.
👍 1