---
title: "Changes to Bulk Evaluate All Feature Flags"
method: POST
path: "/ofrep/v1/evaluate/flags"
---

# Changes to Bulk Evaluate All Feature Flags

`POST /ofrep/v1/evaluate/flags`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 11 of 21 revisions.

- **2026-07-17** `e5f560c5194c` — 3 info
- **2025-11-07** `a43d06a57adb` — 8 breaking, 2 info
- **2025-08-21** `ace2bf25318d` — 1 breaking
- **2025-02-07** `113e9501a7dc` — 3 info
- **2025-01-31** `d86062c9054c` — 1 breaking, 3 info
- **2024-09-06** `dd17dd9bbdeb` — 1 warning
- **2024-07-26** `2fd784b6dd1e` — 1 info
- **2024-06-25** `b4340c801b8d` — 1 info
- **2024-06-10** `536f0e210aa8` — 1 info
- **2024-05-30** `4dcc1b14ac85` — 5 info
- **2024-03-07** `2637da20b444` — 6 breaking, 7 warning, 6 info

## Changes

- **2026-07-17** `e5f560c5194c` — 3 info
  - added the new optional `query` request parameter `flagConfigEtag`
  - added the new optional `query` request parameter `flagConfigLastModified`
  - added the optional property `eventStreams` to the response with the `200` status
- **2025-11-07** `a43d06a57adb` — 8 breaking, 2 info
  - request body became required
  - the request's body type/format changed from ``/`` to `object`/``
  - the request property `context` became required
  - the request property `context/targetingKey` became required
  - the response's body type/format changed from ``/`` to `object`/`` for status `400`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - the `flags/items/oneOf[#/components/schemas/evaluationFailure]/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `flags/items/oneOf[#/components/schemas/evaluationSuccess]/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added `subschema #1, subschema #2` to the `flags/items/oneOf[#/components/schemas/evaluationSuccess]/` response property `allOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `flags/items/oneOf[#/components/schemas/evaluationSuccess]/` response property `allOf` list for the response status `200`
- **2025-08-21** `ace2bf25318d` — 1 breaking
  - added `#/components/schemas/codeDefaultFlag` to the `flags/items/oneOf[#/components/schemas/evaluationSuccess]/allOf[subschema #2]/` response property `oneOf` list for the response status `200`
- **2025-02-07** `113e9501a7dc` — 3 info
  - api operation id `evaluateFlagsBulk` was added
  - api tag `OFREP Core` added
  - api tag `OFREP core` removed
- **2025-01-31** `d86062c9054c` — 1 breaking, 3 info
  - the `flags/items/oneOf[#/components/schemas/evaluationSuccess]/allOf[subschema #1]/metadata` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - added the optional property `flags/items/oneOf[#/components/schemas/evaluationFailure]/metadata` to the response with the `200` status
  - added the optional property `metadata` to the response with the `200` status
  - added `#/components/schemas/metadata, #/components/schemas/flagMetadataDescription, #/components/schemas/flagMetadataExamples` to the `flags/items/oneOf[#/components/schemas/evaluationSuccess]/allOf[subschema #1]/metadata` response property `allOf` list for the response status `200`
- **2024-09-06** `dd17dd9bbdeb` — 1 warning
  - the optional response header `Retry-Later` removed for the status `429`
- **2024-07-26** `2fd784b6dd1e` — 1 info
  - added the new optional request property `context/targetingKey`
- **2024-06-25** `b4340c801b8d` — 1 info
  - the response property `flags` became required for the status `200`
- **2024-06-10** `536f0e210aa8` — 1 info
  - api tag `OFREP core` added
- **2024-05-30** `4dcc1b14ac85` — 5 info
  - removed the `DISABLED` enum value from the `flags/items/oneOf[#/components/schemas/evaluationSuccess]/allOf[subschema #1]/reason` response property for the response status `200`
  - removed the `SPLIT` enum value from the `flags/items/oneOf[#/components/schemas/evaluationSuccess]/allOf[subschema #1]/reason` response property for the response status `200`
  - removed the `STATIC` enum value from the `flags/items/oneOf[#/components/schemas/evaluationSuccess]/allOf[subschema #1]/reason` response property for the response status `200`
  - removed the `TARGETING_MATCH` enum value from the `flags/items/oneOf[#/components/schemas/evaluationSuccess]/allOf[subschema #1]/reason` response property for the response status `200`
  - removed the `UNKNOWN` enum value from the `flags/items/oneOf[#/components/schemas/evaluationSuccess]/allOf[subschema #1]/reason` response property for the response status `200`
- **2024-03-07** `2637da20b444` — 6 breaking, 7 warning, 6 info
  - the request's body type/format changed from `object`/`` to ``/``
  - the response's body type/format changed from `object`/`` to ``/`` for status `400`
  - the response's body type/format changed from `object`/`` to ``/`` for status `500`
  - the response property `flags` became optional for the status `200`
  - the `flags/items/oneOf[#/components/schemas/evaluationFailure]/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `flags/items/oneOf[#/components/schemas/evaluationSuccess]/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the optional response header `Retry-After` removed for the status `429`
  - deleted the `query` request parameter `flagConfigEtag`
  - deleted the `query` request parameter `flagConfigLastModified`
  - removed the request property `context/targetingKey`
  - removed the optional property `eventStreams` from the response with the `200` status
  - removed the optional property `flags/items/oneOf[#/components/schemas/evaluationFailure]/metadata` from the response with the `200` status
  - removed the optional property `metadata` from the response with the `200` status
  - api operation id `evaluateFlagsBulk` removed and replaced with ``
  - api tag `OFREP Core` removed
  - request body became optional
  - the request property `context` became optional
  - added `subschema #1, subschema #2` to the `flags/items/oneOf[#/components/schemas/evaluationSuccess]/` response property `allOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `flags/items/oneOf[#/components/schemas/evaluationSuccess]/` response property `allOf` list for the response status `200`

---

[Operation](https://skmtc.dev/open-feature/apis/openfeature-remote-evaluation-protocol-ofrep/docs/ofrep/v1/evaluate/flags/post.md) · [API](https://skmtc.dev/open-feature/apis/openfeature-remote-evaluation-protocol-ofrep.md) · [Page](https://skmtc.dev/open-feature/apis/openfeature-remote-evaluation-protocol-ofrep/changes/ofrep/v1/evaluate/flags/post)
