Retrieve a specific named list with complete details including all items. Use this endpoint when you need the full list contents.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Named list identifier |
| Field | Type | Description |
|---|---|---|
id | UUID | Unique list identifier |
name | string | Human-readable list name |
type | string | List type identifier |
description | string | List description |
status | string | ACTIVE or INACTIVE |
items | string[] | Complete array of all list items |
organizationId | UUID | Owning organization ID |
itemCount | number | Number of items in the list |
createdAt | string | Creation timestamp (ISO 8601) |
updatedAt | string | Last update timestamp (ISO 8601) |
lists:read
Retrieve a specific named list with complete details including all items. Use this endpoint when you need the full list contents.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Named list identifier |
| Field | Type | Description |
|---|---|---|
id | UUID | Unique list identifier |
name | string | Human-readable list name |
type | string | List type identifier |
description | string | List description |
status | string | ACTIVE or INACTIVE |
items | string[] | Complete array of all list items |
organizationId | UUID | Owning organization ID |
itemCount | number | Number of items in the list |
createdAt | string | Creation timestamp (ISO 8601) |
updatedAt | string | Last update timestamp (ISO 8601) |
lists:read