Skip to main content
GET
/
api
/
fleet
/
top-failures
Top Failures Route
curl --request GET \
  --url https://api.example.com/api/fleet/top-failures
{
  "failures": [
    {
      "state_id": "<string>",
      "name": "<string>",
      "fun": "<string>",
      "failure_count": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://www.halite-app.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

limit
integer
default:10

Response

Successful Response

failures
TopFailureOut · object[]
required