---
title: "Get the latest output health"
method: GET
path: "/api/fleet/outputs/{outputId}/health"
tags: ["Fleet outputs"]
---

# Get the latest output health

`GET /api/fleet/outputs/{outputId}/health`

**Spaces method and path for this operation:**

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/fleet/outputs/{outputId}/health</span></div>

Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.

Get the latest health status of an output by ID.<br/><br/>[Required authorization] Route required privileges: fleet-settings-read.

## Path parameters

- `outputId` string, required

## Response `200`

Successful response

- object
  - `message` string, required — long message if unhealthy
  - `state` string, required — state of output, HEALTHY or DEGRADED
  - `timestamp` string, required — timestamp of reported state

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/elastic/apis/kibana-apis.md) · [All operations](https://skmtc.net/elastic/apis/kibana-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/kibana-apis/versions/deb2e8b751e7/schema)
