Docs
Buscar⌘ K
  • Início
  • Sobre o The Graph
  • Redes Apoiadas
  • Contratos de Protocolo
  • Subgraphs
    • Substreams
      • Token API
        • AI Suite
          • Indexação
            • Recursos
              Token API > Monitoring Endpoints

              Get health status of the API

              GET/health

              Parâmetros de Query

              ParameterDescriçãoValue
              skip_endpoints
              string
              • Default value: true
              • Accepted values: true, false
              true

              Potential Responses

              StatusDescrição
              200API is healthy or degraded
              400Client side error
              401Authentication failed
              403Forbidden
              404Not found
              500Server side error
              503API is unhealthy
              ⁠Editar no GitHub⁠

              Get the version of the APIToken API FAQ
              Test this endpoint

              1curl --request GET \2  --url 'https://token-api.thegraph.com/health?skip_endpoints=true'

              1{2  "status": "healthy",3  "checks": {4    "database": "up",5    "api_endpoints": "up"6  },7  "request_time": "2025-08-06 12:00:00",8  "duration_ms": 12509}
              The GraphStatusRede de TestesAtivos de MarcaFórumSegurançaPolítica de PrivacidadeAcordo de Serviço