---
title: "Service: /groups/{group}/uris/{uri} [GET]"
source: https://dev.pageseeder.com/api/services/get-uri-group-GET.html
description: "GET endpoint that retrieves a single URI object from a specified group. Returns URI metadata including scheme, host, path, and optional attributes like title, labels, and description. Requires guest-level permissions unless the group is public."
last_updated: 2026-09-02T11:36:16+10:00
document_type: api_endpoint
operation_id: uri-GET
resource_id: uri
path_template: /groups/{group}/uris/{uri}
http_method: GET
api_category: uri
implementation_version: 5.9900
api_since: 5.3900
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: null
generated_at: 2026-09-02
tokens: ~248
---

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

## Description

Load a single URI object in a group.

## Parameters

No parameters required.

## Permission

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

## Response

If found, the corresponding URI is returned as a single [\<uri\>](../elements/element_uri.md) element.

```xml
<uri id="[id]"
     scheme="[scheme]"
     host="[host]"
     port="[port]"
     path="[path]"
     decodedpath="[decodedpath]"
     external="[true|false]"
     [archived="true"]
     [folder="true"]
     [docid="[docid]"]
     [mediatype="[mediatype]"]
     [documenttype="[documenttype]"]
     [title="My Document"]
     [created="[created]"]
     [modified="[modified]"]
     [sharing="[private|shared]"]>
  <displaytitle>My Document</displaytitle>
    [<description>This is my document</description>]
    [<labels>mylabel1,mylabel2</labels>]
</uri>
```

## Error Handling

No specific errors expected for this generator.

