GraphQL API
AppSignal provides a GraphQL API that allows you to programmatically query your application data, including incidents, deployments, metrics, uptime monitors, etc.
Endpoint
The GraphQL API endpoint is available at:
title="Example
https://appsignal.com/graphql?token=your-personal-api-token
Authentication
All requests require a personal API token passed as a query parameter. You can find your API token in the personal settings screen in AppSignal.
Application ID
Most queries require your application ID, which can be found in your app's settings screen.
GraphQL Explorer
You can explore the API using an external GraphQL client like Cloud Hasura's GraphQL explorer or install a tool like GraphiQL locally.
Examples
For practical query examples, see the GraphQL API Examples page.