list-site-list-items
list-site-list-itemsRetrieve items from a SharePoint list with their field values. Use filters and cursor pagination to access specific records or continue large result sets.
Instructions
List items of a SharePoint list including their field values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Continuation token (nextCursor of a previous truncated response). Continues that listing; other query inputs are ignored. | |
| filter | No | OData $filter expression, e.g. "importance eq 'high'" or "hasAttachments eq true" | |
| listId | Yes | Value for listId | |
| siteId | Yes | Value for siteId | |
| maxItems | No | Maximum items to return across pages (default 50, max 500). Pagination via @odata.nextLink is handled automatically; when the result is truncated, pass its nextCursor as cursor to continue. |