---
title: "List objects"
method: GET
path: "/public/v1/objects"
tags: ["Objects"]
---

# List objects

`GET /public/v1/objects`

Returns every object (standard + custom) for the authenticated account.

## Response `200`

Objects list

- object
  - `ok` true, required
  - `data` object[], required
    - `id` number, required
    - `name` string, required
    - `display_name` string, required
    - `type` 'table' | 'object', required
    - `custom` boolean, required
    - `created_at` string, nullable, required
    - `updated_at` string, nullable, required
    - `description` string
    - `emoji` string
    - `icon_color` string
    - `field_count` number

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/versions/9d33b6aad674/schema)
