> For the complete documentation index, see [llms.txt](https://seer-3.gitbook.io/seer-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://seer-3.gitbook.io/seer-documentation/developers/subgraph/graphql-query/curate.md).

# Curate

### GetImages

```graphql
query GetImages(
    $where: LItem_filter
    $block: Block_height
    $subgraphError: _SubgraphErrorPolicy_! = deny
) {
    litems(
        where: $where
        block: $block
        subgraphError: $subgraphError
    ) {
        itemID
        status
        registryAddress
        key0
        data
        latestRequester
  }
}
```
