---
title: "Get Security Posture Statistics"
method: GET
path: "/open/security_posture/statistics"
tags: ["SecurityPosture"]
---

# Get Security Posture Statistics

`GET /open/security_posture/statistics`

Get Security Posture Statistics

## Query parameters

- `begin_time` integer
- `end_time` integer
- `site_id` integer

## Response `200`

OK

- object
  - `data` SecuritypostureStatisticsResponse
    - `acl_hit` integer
    - `anti_tamper` object[]
    - `attack_allow` integer
    - `attack_deny` integer
    - `auth_allow` integer
    - `auth_deny` integer
    - `black_allow` integer
    - `black_deny` integer
    - `black_hit` integer
    - `challenge_allow` integer
    - `challenge_deny` integer
    - `waiting_hit` integer
    - `white_hit` integer
  - `err` string
  - `msg` string

## Changes

- **2026-04-01** `de6007edcff9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/chaitin/apis/mgt-api/changes/open/security_posture/statistics/get.md)

---

[API](https://skmtc.dev/chaitin/apis/mgt-api.md) · [All operations](https://skmtc.dev/chaitin/apis/mgt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/mgt-api/revisions/de6007edcff9/schema)
