---
title: "Get a list entry"
method: GET
path: "/v1/lists/{id}/entries/{entryId}"
tags: ["Lists"]
---

# Get a list entry

`GET /v1/lists/{id}/entries/{entryId}`

Retrieves a single entry from a list.

## Response `200`

Retrieves a single entry from a list.

- object
  - `data` ListEntry
    - `id` string
    - `resourceId` string — The id of the resource this entry references.
    - `resourceType` string

## Other responses

- `401` — Missing or invalid API key credentials.
- `404` — The resource does not exist in your organization.

---

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