---
title: "Changes to Get Posture Statistics"
method: GET
path: "/api/v2/posture-stats"
---

# Changes to Get Posture Statistics

`GET /api/v2/posture-stats`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 66 revisions.

- **2026-04-01** `40bf219eced6` — 9 breaking, 8 info
- **2026-04-01** `6aaeba6ecdc5` — 8 breaking, 9 info
- **2026-04-01** `674e0a229e8a` — 9 breaking, 8 info
- **2026-01-12** `a426ff0abf8f` — 8 breaking, 9 info

## Changes

- **2026-04-01** `40bf219eced6` — 9 breaking, 8 info
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` to the `query` request parameter `asset_group_tag_id`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` to the `query` request parameter `critical_risk_count`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` to the `query` request parameter `exposure_index`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` to the `query` request parameter `id`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` to the `query` request parameter `tier_zero_count`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `created_at`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `deleted_at`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `updated_at`
  - added the pattern `^((eq|~eq|neq):)?[^:]+$` to the `query` request parameter `domain_sid`
  - for the `query` request parameter `asset_group_tag_id`, the type/format was generalized from `integer`/`` to `string`/``
  - for the `query` request parameter `created_at`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `critical_risk_count`, the type/format was generalized from `integer`/`` to `string`/``
  - for the `query` request parameter `deleted_at`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `exposure_index`, the type/format was generalized from `integer`/`` to `string`/``
  - for the `query` request parameter `id`, the type/format was generalized from `integer`/`` to `string`/``
  - for the `query` request parameter `tier_zero_count`, the type/format was generalized from `integer`/`` to `string`/``
  - for the `query` request parameter `updated_at`, the type/format was generalized from `string`/`date-time` to `string`/``
- **2026-04-01** `6aaeba6ecdc5` — 8 breaking, 9 info
  - for the `query` request parameter `asset_group_tag_id`, the type/format was changed from `string`/`` to `integer`/``
  - for the `query` request parameter `created_at`, the type/format was changed from `string`/`` to `string`/`date-time`
  - for the `query` request parameter `critical_risk_count`, the type/format was changed from `string`/`` to `integer`/``
  - for the `query` request parameter `deleted_at`, the type/format was changed from `string`/`` to `string`/`date-time`
  - for the `query` request parameter `exposure_index`, the type/format was changed from `string`/`` to `integer`/``
  - for the `query` request parameter `id`, the type/format was changed from `string`/`` to `integer`/``
  - for the `query` request parameter `tier_zero_count`, the type/format was changed from `string`/`` to `integer`/``
  - for the `query` request parameter `updated_at`, the type/format was changed from `string`/`` to `string`/`date-time`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` from the `query` request parameter `asset_group_tag_id`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` from the `query` request parameter `critical_risk_count`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` from the `query` request parameter `exposure_index`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` from the `query` request parameter `id`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` from the `query` request parameter `tier_zero_count`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `created_at`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `deleted_at`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `updated_at`
  - removed the pattern `^((eq|~eq|neq):)?[^:]+$` from the `query` request parameter `domain_sid`
- **2026-04-01** `674e0a229e8a` — 9 breaking, 8 info
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` to the `query` request parameter `asset_group_tag_id`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` to the `query` request parameter `critical_risk_count`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` to the `query` request parameter `exposure_index`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` to the `query` request parameter `id`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` to the `query` request parameter `tier_zero_count`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `created_at`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `deleted_at`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `updated_at`
  - added the pattern `^((eq|~eq|neq):)?[^:]+$` to the `query` request parameter `domain_sid`
  - for the `query` request parameter `asset_group_tag_id`, the type/format was generalized from `integer`/`` to `string`/``
  - for the `query` request parameter `created_at`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `critical_risk_count`, the type/format was generalized from `integer`/`` to `string`/``
  - for the `query` request parameter `deleted_at`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `exposure_index`, the type/format was generalized from `integer`/`` to `string`/``
  - for the `query` request parameter `id`, the type/format was generalized from `integer`/`` to `string`/``
  - for the `query` request parameter `tier_zero_count`, the type/format was generalized from `integer`/`` to `string`/``
  - for the `query` request parameter `updated_at`, the type/format was generalized from `string`/`date-time` to `string`/``
- **2026-01-12** `a426ff0abf8f` — 8 breaking, 9 info
  - for the `query` request parameter `asset_group_tag_id`, the type/format was changed from `string`/`` to `integer`/``
  - for the `query` request parameter `created_at`, the type/format was changed from `string`/`` to `string`/`date-time`
  - for the `query` request parameter `critical_risk_count`, the type/format was changed from `string`/`` to `integer`/``
  - for the `query` request parameter `deleted_at`, the type/format was changed from `string`/`` to `string`/`date-time`
  - for the `query` request parameter `exposure_index`, the type/format was changed from `string`/`` to `integer`/``
  - for the `query` request parameter `id`, the type/format was changed from `string`/`` to `integer`/``
  - for the `query` request parameter `tier_zero_count`, the type/format was changed from `string`/`` to `integer`/``
  - for the `query` request parameter `updated_at`, the type/format was changed from `string`/`` to `string`/`date-time`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` from the `query` request parameter `asset_group_tag_id`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` from the `query` request parameter `critical_risk_count`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` from the `query` request parameter `exposure_index`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` from the `query` request parameter `id`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` from the `query` request parameter `tier_zero_count`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `created_at`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `deleted_at`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `updated_at`
  - removed the pattern `^((eq|~eq|neq):)?[^:]+$` from the `query` request parameter `domain_sid`

---

[Operation](https://skmtc.dev/specterops/apis/bloodhound-api/docs/api/v2/posture-stats/get.md) · [API](https://skmtc.dev/specterops/apis/bloodhound-api.md) · [Page](https://skmtc.dev/specterops/apis/bloodhound-api/changes/api/v2/posture-stats/get)
