---
title: "List Signer Consent Requests of the Signature Request"
method: GET
path: "/signature_requests/{signatureRequestId}/consent_requests"
tags: ["Signer Consent Request"]
---

# List Signer Consent Requests of the Signature Request

`GET /signature_requests/{signatureRequestId}/consent_requests`

Returns a list of Signer Consent Requests for a given Signature Request.

## Path parameters

- `signatureRequestId` string, uuid, required — The unique identifier for a resource.

## Response `200`

OK

- GetSignatureRequestsSignatureRequestIdSignerConsentRequests200Response
  - `data` SignerConsentRequest[]
    - `id` string, uuid, required — Unique identifier of the Consent Request.
    - `type` unknown, required
    - `optional` boolean, required — Indicates whether fulfilling this Consent Request is optional for completing the signature process.
    - `document_id` string, required — Identifier of the document associated with this Consent Request.

## Other responses

- `401` — Access unauthorized
- `403` — Access forbidden
- `404` — Resource not found
- `405` — This method is not allowed
- `429` — Too Many Requests, please try again later.
- `500` — Internal Server Error

---

[API](https://skmtc.net/yousign/apis/public-api-v3.md) · [All operations](https://skmtc.net/yousign/apis/public-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yousign/public-api-v3/revisions/8d258c0b45d6/schema)
