---
title: "Service: /members/{member}/publications [GET]"
source: https://dev.pageseeder.com/api/services/get-member-publications-GET.html
description: "API endpoint that retrieves a paginated list of all publications associated with a specific member, returning publication metadata including IDs, titles, and types."
last_updated: 2026-09-02T11:36:13+10:00
document_type: api_endpoint
operation_id: publication-GET
resource_id: publication
path_template: /members/{member}/publications
http_method: GET
api_category: publication
implementation_version: 6.2004
api_since: 5.9600
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: null
generated_at: 2026-09-02
tokens: ~191
---

# /members/\{member\}/publications \[GET\]

## Description

Get member [publications](../../reference/glossary/publications.md).

List all the publications for the request member.

## Parameters

| Name | Description | Required | Type | Default |
| --- | --- | --- | --- | --- |
| page | The page to load | no | integer | `1` |
| pagesize | The number of publications per page | no | integer | `100` |

## Permission

## Response

```xml

<publications>
  <publication id="[publication id]"
               hostid="[host id]"
               rooturiid="[uri id]"
               title="[uri title]"
               defaultgroupid="[groupid]"
               type="[type]" />
   ...
</publications>
```

## Error Handling

No specific errors expected for this service.

