Skip to main content
GET
/
api
/
fleet
/
compliance
Compliance Route
curl --request GET \
  --url https://api.example.com/api/fleet/compliance
{
  "buckets": [
    {
      "bucketed_at": "2023-11-07T05:31:56Z",
      "pass_count": 123,
      "fail_count": 123,
      "change_count": 123,
      "blocked_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:30

Response

Successful Response

buckets
ComplianceBucketOut · object[]
required