Directory/monitoring/Grafana Cloud
Grafana Cloud
active

Observability stack — dashboards, Prometheus metrics, Loki logs, Tempo traces

monitoringBearer TokenFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call Grafana Cloud with your PincerAPI key. No separate signup needed.

# Get instructions for Grafana Cloud
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/grafana/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/grafana/your/endpoint/here"

Direct Setup

Endpoints

GET/search

Search dashboards

GET/dashboards/uid/{uid}

Get dashboard by UID

💡 Returns full dashboard JSON model

GET/alertmanager/grafana/api/v2/alerts

List active alerts

GET/datasources

List all configured data sources

Related APIs in monitoring