---
title: "Get Latest Health Check Runs"
method: GET
path: "/v3/integration-health-check-runs/latest"
tags: ["integrations-v3"]
---

# Get Latest Health Check Runs

`GET /v3/integration-health-check-runs/latest`

Return latest normalized health without starting another check.

## Query parameters

- `organization_id` string, nullable
- `integration_instance_id` string, nullable
- `integration_type` 'anthropic' | 'openai' | 'gradient_ai' | 'datadog' | 'elasticsearch' | 'prometheus' | 'mimir' | 'victoria_metrics' | 'grafana' | 'appdynamics' | 'servicenow' | 'github' | 'gitlab' | 'thousandeyes' | 'linear' | 'notion' | 'loki' | 'opensearch' | 'splunk' | 'gcp' | 'motherduck' | 'confluence' | 'coralogix' | 'firehydrant' | 'slack' | 'teams' | 'jira' | 'kubernetes' | 'traversal_webhook' | 'traversal_api_key' | 'incident_io' | 'sentry' | 'tempo' | 'alexandria' | 'honeycomb' | 'alertmanager' | 'emim' | 'trailblazer' | 'dynatrace' | 'cribl' | 'mcp' | 'aws_cli' | 'artifactory' | 'spinnaker' | 'amex_webex_captions' | 'deptracker' | 'do_service_catalog' | 'cloudwatch' — Canonical integration platform types. Represents the platform or system where data originates from. Used to determine appropriate connectors, authentication, and API clients.

## Response `200`

Successful Response

- LatestIntegrationHealthCheckRunsResponse — Newest customer-safe run for each integration in one authorized scope.
  - `runs` IntegrationHealthCheckRunView[], required
    - `id` string, required
    - `integration_instance_id` string, required
    - `integration_type` 'anthropic' | 'openai' | 'gradient_ai' | 'datadog' | 'elasticsearch' | 'prometheus' | 'mimir' | 'victoria_metrics' | 'grafana' | 'appdynamics' | 'servicenow' | 'github' | 'gitlab' | 'thousandeyes' | 'linear' | 'notion' | 'loki' | 'opensearch' | 'splunk' | 'gcp' | 'motherduck' | 'confluence' | 'coralogix' | 'firehydrant' | 'slack' | 'teams' | 'jira' | 'kubernetes' | 'traversal_webhook' | 'traversal_api_key' | 'incident_io' | 'sentry' | 'tempo' | 'alexandria' | 'honeycomb' | 'alertmanager' | 'emim' | 'trailblazer' | 'dynatrace' | 'cribl' | 'mcp' | 'aws_cli' | 'artifactory' | 'spinnaker' | 'amex_webex_captions' | 'deptracker' | 'do_service_catalog' | 'cloudwatch', required — Canonical integration platform types. Represents the platform or system where data originates from. Used to determine appropriate connectors, authentication, and API clients.
    - `status` 'pending' | 'connected' | 'partial' | 'failed' | 'internal_error', required — Status persisted for an integration health check run.
    - `created_at` string, date-time, required
    - `checked_at` string, date-time, nullable, required
    - `steps` IntegrationHealthCheckStepView[], required
      - `sequence` integer, required
      - `step` 'connectivity' | 'auth' | 'query', required — Identifies which health check step a result is for.
      - `passed` boolean, required
      - `failure_code` 'target_unreachable' | 'auth_rejected' | 'permission_insufficient' | 'auth_failed' | 'query_failed' | 'query_empty', required — Machine-readable attribution for a failed health check step.
      - `customer_copy` HealthCheckCustomerCopy, required — Customer-facing explanation of a health check failure.
        - `title` string, required
        - `summary` string, required
        - `remediation` string, nullable, required
    - `customer_copy` HealthCheckCustomerCopy, required — Customer-facing explanation of a health check failure.
      - `title` string, required
      - `summary` string, required
      - `remediation` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
