---
title: "Get a list entry"
method: GET
path: "/v2/lists/{list}/entries/{entry_id}"
tags: ["Entries"]
---

# Get a list entry

`GET /v2/lists/{list}/entries/{entry_id}`

Gets a single list entry by its `entry_id`.

Required scopes: `list_entry:read`, `list_configuration:read`.

## Path parameters

- `list` string, required — A UUID or slug identifying the list the entry is in.
- `entry_id` string, uuid, required — A UUID identifying the entry.

## Response `200`

Success

- object — Success
  - `data` object, required
    - `id` object, required
      - `workspace_id` string, uuid, required — A UUID identifying the workspace this entry belongs to.
      - `list_id` string, uuid, required — A UUID identifying the list this entry is in.
      - `entry_id` string, uuid, required — A UUID identifying this entry.
    - `parent_record_id` string, uuid, required — A UUID identifying the record that is parent of the list entry.
    - `parent_object` string, required — A UUID or slug identifying the object that the parent record belongs to.
    - `created_at` string, required — When this entry was created.
    - `entry_values` object, required — A list of attribute values for the list entry (not attribute values for its parent record).

## Other responses

- `404` — Not Found

## Changes

- **2026-08-15** `ab325846bdb6` — 1 warning
  - added the new `EGP` enum value to the `data/entry_values/additionalProperties/items/oneOf[subschema #3]/currency_code` response property for the response status `200`
- **2026-08-12** `47425e632e9a` — 3 warning
  - added the new `GHS` enum value to the `data/entry_values/additionalProperties/items/oneOf[subschema #3]/currency_code` response property for the response status `200`
  - added the new `OMR` enum value to the `data/entry_values/additionalProperties/items/oneOf[subschema #3]/currency_code` response property for the response status `200`
  - added the new `QAR` enum value to the `data/entry_values/additionalProperties/items/oneOf[subschema #3]/currency_code` response property for the response status `200`
- **2026-07-26** `0eb6da8a7a07` — 1 warning
  - added the new `IDR` enum value to the `data/entry_values/additionalProperties/items/oneOf[subschema #3]/currency_code` response property for the response status `200`

[Change history](https://skmtc.dev/attio/apis/attio-api/changes/v2/lists/:list/entries/:entry_id/get.md)

---

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