---
title: "Service: /members/{member}/groups/{group}/loadingzone/uris [GET]"
source: https://dev.pageseeder.com/api/services/get-loaded-uris-GET.html
description: "Uploaded URIs"
last_updated: 2026-08-07T17:09:54+10:00
document_type: api_endpoint
operation_id: load-GET
resource_id: load
path_template: /members/{member}/groups/{group}/loadingzone/uris
http_method: GET
api_category: load
implementation_version: null
api_since: null
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: null
generated_at: 2026-08-07
tokens: ~279
---

# /members/\{member\}/groups/\{group\}/loadingzone/uris \[GET\]

## Description

Uploaded URIs.

This service is used to load the [URI](../../reference/glossary/uri.md) objects created by the latest upload. Use parameter max to decide the max nb of URIs to return (default is 10).

The URIs are loaded from the manifest file in the member’s temp folder. This file is then deleted, so it is only called once after the upload process.

## Parameters

| Name | Description | Required | Type | Default |
| --- | --- | --- | --- | --- |
| max | The maximum number of URIs to return | no | long | `10` |
| uploadid | The `ID` specific to the upload, if unspecified, the general [loading zone](../../reference/glossary/loading_zone.md) for the user and group is used | no | string |  |
| xlinkid | A comment `ID` used to build an upload `ID` (for comment attachments’ loading zone) | no | long |  |

## Permission

This service requires contributor or higher.

## Response

Returns the following XML:

```lang-xml

<uris>
  <uri ... />
  ...
</uris>
```

## Error Handling

No specific errors expected for this service.

