QUERY
items
Search and paginate archived items (social content) for the current workspace.
Arguments
- after String
- Cursor for fetching the next page of results.
- customAttributeConditions [CustomAttributeConditionInput!] default: []
- Custom attribute filter conditions.
- filter ItemFilterInput default: {}
- Filter criteria to narrow down results.
- first Int default: 20
- Number of items to return (page size).
- presetId ID
- Filter preset ID. When provided, sorting, filter, and customAttributeConditions are ignored. Must reference a preset with accessor
media_deckorcollections— pass IDs returned bycontentViews/collectionsqueries. Unknown, cross-workspace, or wrong-accessor preset IDs raise a GraphQL error withextensions.code = "WRONG_VIEW_TYPE_FOR_ITEMS". - sorting [ItemSortingInput!] default: [{sortKey: TAKEN_AT, sortOrder: DESC}]
- Sorting instructions to apply to the result set.
Returns
A paginated connection of Item nodes. See Pagination for the connection shape.