---
title: "Service: /groups/{group}/documents/configs [GET]"
source: https://dev.pageseeder.com/api/services/list-document-configs-GET.html
description: "GET service that returns configuration files for all PSML document types in a project, including document configs, templates, and editor settings. Accessible to guests and higher permissions."
last_updated: 2026-09-02T11:36:16+10:00
document_type: api_endpoint
operation_id: psml-GET
resource_id: psml
path_template: /groups/{group}/documents/configs
http_method: GET
api_category: psml
implementation_version: 6.0000
api_since: 5.9900
deprecated_since: null
obsolete_since: null
api_support: experimental
cache_control: null
generated_at: 2026-09-02
tokens: ~231
---

# /groups/\{group\}/documents/configs \[GET\]

## Description

Returns the list of configuration files for all types of PSML documents available in the project.

## Parameters

| Name | Description | Required | Type | Default value |
| --- | --- | --- | --- | --- |
| includes | Comma-separated list of configs to include | no | string | `document-config,document-template,editor-config` |

## Permission

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

## Response

```xml
<document-types>
  <document-type name="help"
                 definedby="default">
       [<document-config> ... </<document-config>]
       [<document-template type="psml"> ... </document-template>]
       [<editor-configs> ... </editor-configs>]
  </document-type>
  <document-type ... >
  </document-type>
  ...
</document-types>
 
```

## Error Handling

No specific errors expected for this generator.

