New Relic NerdGraph API

NerdGraph is New Relic's primary GraphQL API for querying observability data, managing account configuration, and accessing the full breadth of New Relic platform capabilities. It is the recommended API for new integrations, replacing the older REST API v2 for most use cases.

Documentation

Other Resources

🔗
Console
https://api.newrelic.com/graphiql
🔗
Resources
https://www.postman.com/new-relic/new-relic-graphql-api-collection/documentation/btuxnnc/new-relic-nerdgraph-graphql-api-collection
🔗
GraphQL
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/graphql/new-relic-graphql.md
🔗
APIsJSON
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/apis.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-application-health-triage-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-associate-entity-with-condition-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-attach-notification-channel-to-policy-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-create-alert-policy-with-condition-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-create-nrql-alert-policy-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-create-synthetics-alert-condition-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-find-policy-and-list-conditions-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-host-metric-drilldown-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-ingest-deployment-telemetry-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-ingest-metrics-and-logs-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-ingest-trace-and-event-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-key-transaction-metric-report-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-mobile-app-crash-report-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-open-violations-triage-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-provision-alerting-stack-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-prune-nrql-condition-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-record-deployment-marker-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-rename-application-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-rollback-deployment-marker-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/arazzo/new-relic-update-policy-and-condition-workflow.yml

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/new-relic-nerdgraph-api"
All apis
curl "https://apis.io/api/v1/apis?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.

API entry from apis.yml

apis.yml Raw ↑
aid: new-relic:new-relic-nerdgraph-api
name: New Relic NerdGraph API
description: NerdGraph is New Relic's primary GraphQL API for querying observability data, managing account
  configuration, and accessing the full breadth of New Relic platform capabilities. It is the recommended
  API for new integrations, replacing the older REST API v2 for most use cases.
image: https://newrelic.com/themes/custom/erno/assets/mediakit/new_relic_logo_horizontal.png
humanURL: https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph/
baseURL: https://api.newrelic.com/graphql
properties:
- type: Documentation
  url: https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph/
- type: APIReference
  url: https://docs.newrelic.com/docs/apis/nerdgraph/get-started/nerdgraph-explorer/
- type: Authentication
  url: https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/
- type: RateLimits
  url: https://docs.newrelic.com/docs/apis/nerdgraph/nerdgraph-usage-limits/
- type: GettingStarted
  url: https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph/
- type: Console
  url: https://api.newrelic.com/graphiql
- type: Resources
  url: https://www.postman.com/new-relic/new-relic-graphql-api-collection/documentation/btuxnnc/new-relic-nerdgraph-graphql-api-collection
- url: graphql/new-relic-graphql.md
  type: GraphQL
tags:
- GraphQL
- Monitoring
- Observability
- Platform