---
title: "Service: /members/{member}/groups/{group}/loadingzone/uris [GET]"
source: https://dev.pageseeder.com/api/services/get-loaded-uris_get.html
description: "GET service that retrieves uploaded URI objects from a member's loading zone. Returns up to 10 URIs (customizable) created during the latest upload, loaded from a manifest file that is then deleted."
last_updated: 2026-09-08T11:51:41+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: 6.2004
api_since: 4.9000
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: null
generated_at: 2026-09-02
tokens: ~277
---

# /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:

```xml

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

## Error Handling

No specific errors expected for this service.

