---
title: "List of Essentials Cards"
method: GET
path: "/api/v2/object_layouts/essentials_cards"
tags: ["Essentials Card"]
---

# List of Essentials Cards

`GET /api/v2/object_layouts/essentials_cards`

Gets the list of essentials cards.
#### Allowed For
* Admins

## Response `200`

Success response

- EssentialsCardsResponse
  - `object_layouts` EssentialsCardObject[]
    - `created_at` string, date-time — Date and time the essentials card were created
    - `default` boolean — If true, the system has used the first twenty fields for the custom object type as the essentials card.
    - `fields` object[], required — Fields that are displayed in the essentials card details. The order is defined by the order of the fields in the array
    - `id` string, nullable — id of the essentials card
    - `key` string — Object type. Example: `zen:user` refers to `User` type
    - `layout` string — layout type
    - `max_count` integer — Maximum number of fields allowed in the essentials card
    - `updated_at` string, date-time — Date and time the essentials card were last updated

---

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