---
title: "Service: /members/{member}/groups/{group}/uris/{uri}/workflow [GET]"
source: https://dev.pageseeder.com/api/services/get-uri-workflow-draft_get.html
description: "This API endpoint retrieves workflow steps for a specified URI, optionally including draft workflows. Only the member viewing the URI or administrators can access it. Returns workflow status, assignments, and related comments."
last_updated: 2026-09-08T12:22:22+10:00
document_type: api_endpoint
operation_id: uri-GET
resource_id: uri
path_template: /members/{member}/groups/{group}/uris/{uri}/workflow
http_method: GET
api_category: uri
implementation_version: 6.2000
api_since: 6.2000
deprecated_since: null
obsolete_since: null
api_support: experimental
cache_control: null
generated_at: 2026-09-02
tokens: ~349
---

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

## Description

Lists the [workflow](../elements/element_workflow.md) steps for a specified URI (optionally including drafts).

## Parameters

| Name | Description | Required | Type | Default value |
| --- | --- | --- | --- | --- |
| draft | if `true` include draft workflow for current member | no | boolean | `false` |

## Permission

Only the member themselves who can view the URI or an administrator can invoke this service.

## Response

The output has the following format:

```xml
 <workflow status="Initiated"
          [due="2012-03-10T18:00:00+10:00"]
          [priority="High"]
          [statuschanged="2012-03-08T12:34:00+10:00"]>
  [<assignedto id="123" date="2012-03-09T..."> ... </assignedto>]
   <uri id="789">...</uri>
   <comment id="123"
            contentrole="Workflow"
            created="2012-03-08T12:34:00+10:00"
            status="Initiated"
           [due="2012-03-10T18:00:00+10:00"]
           [priority="High"]
           [draft="true"]>
     <title>Cavern stolen!</title>
     <author email="alibaba@fortythieves.com.au"> ... </author>
     <assignedto id="123" date="2012-03-09T..."> ... </assignedto>
     <content id="789" type="text/plain">Please review the treasure.</content>
   </comment>
   ...
 </workflow>
```

## Error handling

No specific errors expected for this generator.

