---
title: "Get an object"
method: GET
path: "/v2/objects/{object}"
tags: ["Objects"]
---

# Get an object

`GET /v2/objects/{object}`

Gets a single object by its `object_id` or slug.

Required scopes: `object_configuration:read`.

## Path parameters

- `object` string, required — A UUID or slug to identify the object.

## 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.

## Other responses

- `404` — Not Found

---

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