---
title: "Get Members"
method: GET
path: "/tesseract/members"
tags: ["TesseractModule"]
---

# Get Members

`GET /tesseract/members`

Retrieve detailed information about a level and its members.

## Query parameters

- `cube` string, required — The name of the cube to work with.
- `level` string, required
- `locale` string, nullable
- `limit` string — Specifies pagination on the results, so the query can be separated in multiple requests. The shape of the parameter is composed by one integer, or two integers separated by a comma: `{value}` := `{limit}` | `{limit},{offset}` Where: `{limit}` : `int`, defines the max amount of items in the response data `{offset}` : `int`, defines the index of the first item in the full list where the list in the response data will start.
- `parents` boolean
- `search` string
- `token` string, nullable

## Headers

- `authorization` string, nullable
- `x-tesseract-jwt` string, nullable

## Response `200`

Successful Response

- MembersResModel
  - `name` string, required
  - `caption` string, required
  - `depth` integer, required
  - `annotations` object, required
  - `properties` TesseractProperty[], required
    - `name` string, required
    - `caption` string, required
    - `type` 'bool' | 'date' | 'time' | 'dttm' | 'stmp' | 'f32' | 'f64' | 'i8' | 'i16' | 'i32' | 'i64' | 'i128' | 'u8' | 'u16' | 'u32' | 'u64' | 'u128' | 'str', required — Types of the data the user can expect to find in the associated column.
    - `annotations` object, required
  - `dtypes` object, required
  - `members` object[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/datausa/apis/fastapi.md) · [All operations](https://skmtc.dev/datausa/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datausa/fastapi/revisions/6d014a4f1cd1/schema)
