---
title: "Get report signature details"
method: GET
path: "/v2/Project/{projectId}/Report/{reportId}/signingDetail"
tags: ["Report"]
---

# Get report signature details

`GET /v2/Project/{projectId}/Report/{reportId}/signingDetail`

Retrieve the signature details for a given project and report if it exists and not canceled

## Path parameters

- `projectId` string, uuid, required — The Id of the SumoQuote Project
- `reportId` string, uuid, required — The Id of the SumoQuote Report

## Response `200`

Success

- SigningRequestDetailsResponsePublicApiResponse
  - `message` string, nullable — Information Message
  - `errors` string[], nullable — Error messages
  - `data` SigningRequestDetailsResponse
    - `pdfId` string, nullable
    - `fileURL` string, nullable
    - `sentBy` string, nullable
    - `inPersonSigning` boolean
    - `currentSignatoryURL` string, nullable
    - `currentSignatoryId` string, nullable
    - `currentSignatoryIsPrimary` boolean
    - `currentSignatoryEmail` string, nullable
    - `currentSignatoryRequestedOn` string, date-time, nullable
    - `allSignersComplete` boolean
    - `quoteReviewId` string, uuid
    - `executedDate` string, date-time, nullable
  - `continuation` string, nullable — Continuation Token

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

[API](https://skmtc.dev/sumoquote/apis/sumoquote-publicapi.md) · [All operations](https://skmtc.dev/sumoquote/apis/sumoquote-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sumoquote/sumoquote-publicapi/revisions/08176979e99f/schema)
