---
title: "Retrieve a list"
method: GET
path: "/v1/lists/{id}"
---

# Retrieve a list

`GET /v1/lists/{id}`

Retrieves a single list by its ID.

**[Required scope](/using-the-api/scopes/):** `lists:read`

**[Rate limit category](/using-the-api/rate-limits/):** Read

## Path parameters

- `id` string, required — Unique identifier of the list to retrieve.

## Headers

- `Lightfield-Version` '2026-03-01', required

## Response `200`

OK

- ListRetrieveResponse
  - `id` string, required — Unique identifier for the list.
  - `createdAt` string, required — ISO 8601 timestamp of when the list was created.
  - `httpLink` string, nullable, required — URL to view the list in the Lightfield web app, or null.
  - `fields` object, required — Map of field names to their typed values. System fields are prefixed with `$` (e.g. `$name`, `$objectType`).

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `415` — 415
- `422` — 422
- `429` — 429
- `500` — 500
- `501` — 501
- `503` — 503
- `504` — 504

---

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