---
title: "Service: /members/{member}/uris/{uri}/reversexrefs [GET]"
source: https://dev.pageseeder.com/api/services/list-uri-reversexrefs_get.html
description: "Retrieves reverse cross-references for a URI, showing documents that reference it. Results are paginated and limited to groups the member can access, with a total count provided."
last_updated: 2026-09-08T14:05:15+10:00
document_type: api_endpoint
operation_id: xref-GET
resource_id: xref
path_template: /members/{member}/uris/{uri}/reversexrefs
http_method: GET
api_category: xref
implementation_version: 6.2005
api_since: 5.9900
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: null
generated_at: 2026-09-02
tokens: ~195
---

# /members/\{member\}/uris/\{uri\}/reversexrefs \[GET\]

## Description

Load a URI's reverse xrefs

> **Note:** Only returns the reverse xrefs for groups the member has access to. The `@count-all-groups` shows the total number.

## Parameters

| Name | Description | Required | Type | Default value |
| --- | --- | --- | --- | --- |
| page | the page to load | no | integer | `1` |
| pagesize | the number of results per page | no | integer | `1000` |

## Permission

The member must have access to the URI.

## Response

```xml
<reversexrefs count-all-groups="12">
  <reversexref title="[title]"
               urititle="[source URI title]"
               uriid="[target ID]" ... />
  ...
</reversexrefs>
```

## Error Handling

No specific errors expected for this generator.

