> ## Documentation Index
> Fetch the complete documentation index at: https://developer.affinity.co/llms.txt
> Use this file to discover all available pages before exploring further.

# List Entries

Includes data on all list entries across all your Affinity Lists with a json object that includes your custom list-specific fields. Multi-line text values in custom\_fields are truncated to the first 40,000 characters.

**Name:** `v1_0.list_entries`

<Warning>
  Grant access to the share only to users who are authorized to view all
  organization data. There are no per-user or per-role visibility filters applied at the
  share level.
</Warning>

## Columns

| Column            | Description                                        |
| ----------------- | -------------------------------------------------- |
| `id`              | The list entry's unique identifier                 |
| `list_id`         | The ID of the list that this list entry belongs to |
| `creator_id`      | The ID of the user that created this list entry    |
| `created_at`      | The date that the list entry was created           |
| `custom_fields`   | Custom field values on the list entry              |
| `is_deleted`      | Whether the list entry has been deleted            |
| `last_updated_at` | Timestamp when this record was last updated        |
