---
title: "List observed context properties"
method: GET
path: "/application/{applicationId}/v2/experiments/context-properties"
tags: ["Experiments (V2)"]
---

# List observed context properties

`GET /application/{applicationId}/v2/experiments/context-properties`

Custom targeting context property names and types recently seen in this environment's evaluation traffic, most recent first. Powers the composer's property autocomplete so an author can see what the SDK already sends, and as what type. Observation is a suggestion — the type declared on a condition remains the contract. Names and types only; context values are never recorded.

## Path parameters

- `applicationId` number, required

## Query parameters

- `limit` integer

## Headers

- `environment_id` number, required

## Response `200`

Default Response

- object
  - `items` object[], required
    - `name` string, required
    - `valueType` string, required
    - `observationCount` integer, required
    - `lastSeenAt` string, date-time, required

---

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