---
title: "Service: /groups/{group}/validations [GET]"
source: https://dev.pageseeder.com/api/services/list-validations-GET.html
description: "GET endpoint that retrieves shared validations for a group. Returns XML listing validation files with creation dates. Accessible to guests and above, or public if group is publicly accessible."
last_updated: 2026-09-02T11:36:16+10:00
document_type: api_endpoint
operation_id: uri-GET
resource_id: uri
path_template: /groups/{group}/validations
http_method: GET
api_category: uri
implementation_version: 6.2004
api_since: 5.9900
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: null
generated_at: 2026-09-02
tokens: ~120
---

# /groups/\{group\}/validations \[GET\]

## Description

Returns the list of shared validations for this group.

## Parameters

No parameters required.

## Permission

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

## Response

The returned XML is as follows:

```xml

<validations>
  <validation name="[filename]" created="[datetime]" />
  ...
</validations>
 
```

## Error Handling

No specific errors expected for this generator.

