---
title: "Service: /groups/{group}/uris/{uri}/metadata/edits [GET]"
source: https://dev.pageseeder.com/api/services/list-metadata-edits-GET.html
description: "Lists edits and drafts for a document's metadata fragment. Returns edit history with author information and associated notes. Cacheable using URI's last modified date as etag."
last_updated: 2026-09-02T11:36:22+10:00
document_type: api_endpoint
operation_id: psml-GET
resource_id: psml
path_template: /groups/{group}/uris/{uri}/metadata/edits
http_method: GET
api_category: psml
implementation_version: 6.2003
api_since: 5.6900
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: null
generated_at: 2026-09-02
tokens: ~318
---

# /groups/\{group\}/uris/\{uri\}/metadata/edits \[GET\]

## Description

List the edits for the document metadata.

The document metadata are stored in a fragment of the document using the  [\<metadata\>](../../psml/elements/element-metadata.md) PSML element.

> **Note:** Note: this service is cacheable and uses the URI's last modified date as the etag. While it might not be reflective of the fragment changes (the URI last modified date can change with this fragment not changing), it is better than nothing.

## Parameters

No parameters required.

## Permission

This service is restricted to guest and higher unless the group is accessible to public.

## Response

The output has the following format:

```xml

<edits>
  <edit|draft id="123"
              created="[date/time]"
              [shared="true"]
              [deleted="true"]
              [original="true"]>
    <author id="12" ... >
      <fullname>John Jones</fullname>
    </author>
    <notes>
      <note id="456"
            modified="[date/time]"
            title="[title]">
        <content> ... </content>
        <labels> ... </labels>
      </note>
    </notes>
  </edit|draft>
</edits>
```

## Error Handling

| Code | Cause / Description |
| --- | --- |
| 0x1218 | Fragment not found |

