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

# List objects

`GET /v2/objects`

Lists all system-defined and user-defined objects in your workspace.

Required scopes: `object_configuration:read`.

## Response `200`

Success

- object — Success
  - `data` Object[], required
    - `id` object, required
      - `workspace_id` string, uuid, required — A UUID to identify the workspace this object belongs to.
      - `object_id` string, uuid, required — A UUID to identify the object.
    - `api_slug` string, nullable, required — A unique, human-readable slug to access the object through URLs and API calls. Formatted in snake case.
    - `singular_noun` string, nullable, required — The singular form of the object's name.
    - `plural_noun` string, nullable, required — The plural form of the object's name.
    - `created_at` string, required — When the object was created.

---

[API](https://skmtc.net/d-stoll/apis/attio-api.md) · [All operations](https://skmtc.net/d-stoll/apis/attio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-stoll/attio-api/versions/ebcf9b5c6aa3/schema)
