---
title: "Get Entity Property Source"
method: GET
path: "/console/v1/experiments/entity_property/{name}"
tags: ["Experiments", "Experiments (Warehouse Native)"]
---

# Get Entity Property Source

`GET /console/v1/experiments/entity_property/{name}`

## Path parameters

- `name` string, required

## Response `200`

Get Entity Property Source response

- object
  - `message` string, required — A simple string explaining the result of the operation.
  - `data` object, required — A single result.
    - `name` string, required — Unique identifier for the entity property source.
    - `description` string, required — Detailed context and purpose of the entity property source.
    - `tags` string[], required — Tags for categorization and search.
    - `sql` string, required — SQL query defining the data source.
    - `timestampColumn` string — Optional column name for timestamp.
    - `timestampAsDay` boolean — Indicates if the timestamp is treated as a day.
    - `idTypeMapping` object[], required — Mappings of Statsig units to their columns.
      - `statsigUnitID` string, required — ID for the Statsig unit.
      - `column` string, required — Column name linked to the ID.
    - `isReadOnly` boolean — Specifies if the source can only be edited via the Console API.
    - `owner` object, nullable — Schema for owner data including ID, type, name.
      - `ownerID` string — ID of the owner
      - `ownerType` string — Type of the owner (e.g., SDK_KEY or USER)
      - `ownerName` string — The name of the owner. This field is optional.
      - `ownerEmail` string — The email of the owner. This field is optional.
    - `team` string, nullable — Optional field indicating the team name responsible for the entity property source, aiding in accountability and management.
    - `teamID` string, nullable — Optional field indicating the team ID responsible for the entity property source, aiding in accountability and management.

## Other responses

- `400` — Invalid request. Please check the request input and try again.
- `401` — This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx

---

[API](https://skmtc.net/statsig/apis/console-api.md) · [All operations](https://skmtc.net/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statsig/console-api/versions/3189f450c93b/schema)
