---
title: "List Signer Signing URLs by Envelope ID"
method: GET
path: "/sign/envelopes/{envelopeID}/participants/signing-urls"
tags: ["Sign"]
---

# List Signer Signing URLs by Envelope ID

`GET /sign/envelopes/{envelopeID}/participants/signing-urls`

The **List Signer Signing URLs by Envelope ID** endpoint returns the signing URL and its
expiry for each signer of an envelope. Only participants with the SIGNER role are included;
reviewers and CC recipients are excluded. The envelope must be in the SENT status; otherwise
the request is rejected with a 409 response.

## Path parameters

- `envelopeID` string, uuid, required

## Response `200`

List signer signing URLs

- SignerSigningUrlList — #### Fields
  - `items` SignerSigningUrl[] — An array of signer signing URLs associated with the package
    - `userId` integer — The signing-workflow user id of the signer
    - `signingUrl` string — The URL the signer uses to access and sign the envelope
    - `expiresAt` string, date-time — Timestamp at which the signing URL expires
  - `total` integer — The total number of items available in the collection

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `404` — Envelope not found
- `409` — Envelope is not in the SENT status

---

[API](https://skmtc.net/gonitro/apis/nitro-sign-public-api.md) · [All operations](https://skmtc.net/gonitro/apis/nitro-sign-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gonitro/nitro-sign-public-api/revisions/26e3043a365b/schema)
