---
title: "Every flag that resolves to a decision for this caller, as a flat map of key to value."
method: GET
path: "/api/v1/FeatureFlags/snapshot"
tags: ["FeatureFlags"]
---

# Every flag that resolves to a decision for this caller, as a flat map of key to value.

`GET /api/v1/FeatureFlags/snapshot`

A key missing from the map means the server has no opinion about it and the client should keep its own
baked-in default, which for an opt-out flag is the opposite of the value being `false`.

## Query parameters

- `Account` unknown
- `platform` string, required
- `app_version` string

## Response `200`

Success

## Other responses

- `304` — Not Modified
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.dev/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/61263b2302a0/schema)
