---
title: "Listing all Links"
method: GET
path: "/v1/projects/{projectId}/forms/{xmlFormId}/public-links"
tags: ["Public Access Links"]
---

# Listing all Links

`GET /v1/projects/{projectId}/forms/{xmlFormId}/public-links`

This will list every Public Access Link upon this Form.

This endpoint supports retrieving extended metadata; provide a header `X-Extended-Metadata: true` to additionally retrieve the Actor the Link was `createdBy` and a `properties` object containing any actor property values set on the Link.

## Path parameters

- `projectId` number, required
- `xmlFormId` string, required

## Response `200`

This is the Extended Metadata response, if requested via the appropriate header:

- PublicLink[]
  - `createdAt` string, required — ISO date format
  - `displayName` string, required — All `Actor`s, regardless of type, have a display name
  - `id` number, required
  - `type` 'user' | 'field_key' | 'public_link' | 'singleUse', required — The type of actor
  - `updatedAt` string — ISO date format
  - `deletedAt` string — ISO date format
  - `token` string — If present, this is the Token to include as the `st` query parameter for this `Public Link`. If not present, this `Public Link` has been revoked.
  - `once` boolean — If set to `true`, an Enketo [single submission survey](https://blog.enketo.org/single-submission-surveys/) will be created instead of a standard one, limiting respondents to a single submission each.

## Changes

- **2026-06-02** `dcd5409827e1` — 1 info
  - added the optional property `items/allOf[subschema #2]/properties` to the response with the `200` status
- **2025-12-20** `022694254f0d` — 1 info
  - api operation id `Listing all Links` removed and replaced with `listAllLinks`
- **2025-03-13** `e8c2858fd4eb` — 1 warning, 1 info
  - removed the optional property `items/allOf[subschema #2]/properties` from the response with the `200` status
  - api operation id `listAllLinks` removed and replaced with `Listing all Links`

[Change history](https://skmtc.dev/getodk/apis/odk-central-api/changes/v1/projects/:projectId/forms/:xmlFormId/public-links/get.md)

---

[API](https://skmtc.dev/getodk/apis/odk-central-api.md) · [All operations](https://skmtc.dev/getodk/apis/odk-central-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getodk/odk-central-api/revisions/d4f5ba77f644/schema)
