> ## Documentation Index
> Fetch the complete documentation index at: https://developers.verifica.id/llms.txt
> Use this file to discover all available pages before exploring further.

# Mostrar Firma

> Obtiene los detalles de una firma

## Parámetros

<ParamField path="signature_id" type="string" required>
  UUID de la firma
</ParamField>

## Respuesta

<ResponseField name="status" type="string">
  Estado de la respuesta (ej: "success")
</ResponseField>

<ResponseField name="message" type="string">
  Mensaje de respuesta
</ResponseField>

<ResponseField name="data" type="object">
  Datos de la firma

  <Expandable title="propiedades de data">
    <ResponseField name="id" type="string">
      UUID de la firma
    </ResponseField>

    <ResponseField name="organization_id" type="string">
      UUID de la organización
    </ResponseField>

    <ResponseField name="name" type="string">
      Nombre de la firma
    </ResponseField>

    <ResponseField name="status" type="string">
      Estado de la firma
    </ResponseField>

    <ResponseField name="status_name" type="string">
      Nombre del estado legible
    </ResponseField>

    <ResponseField name="created_at" type="string">
      Fecha de creación (formato ISO 8601)
    </ResponseField>

    <ResponseField name="expiration_date" type="string">
      Fecha de expiración (formato ISO 8601)
    </ResponseField>

    <ResponseField name="completed_at" type="string | null">
      Fecha de completado (formato ISO 8601) o null si no está completado
    </ResponseField>

    <ResponseField name="rejected_at" type="string | null">
      Fecha de rechazo (formato ISO 8601) o null si no está rechazado
    </ResponseField>

    <ResponseField name="rejected_reason" type="string | null">
      Razón de rechazo o null si no está rechazado
    </ResponseField>

    <ResponseField name="rejected_by" type="string | null">
      Identificador de quien rechazó o null si no está rechazado
    </ResponseField>

    <ResponseField name="documents" type="array">
      Lista de documentos asociados a la firma

      <Expandable title="propiedades de documents">
        <ResponseField name="id" type="string">
          UUID del documento
        </ResponseField>

        <ResponseField name="name" type="string">
          Nombre del documento
        </ResponseField>

        <ResponseField name="rejected_at" type="string | null">
          Fecha de rechazo del documento (formato ISO 8601) o null si no está rechazado
        </ResponseField>

        <ResponseField name="rejected_by" type="string | null">
          Identificador de quien rechazó el documento o null si no está rechazado
        </ResponseField>

        <ResponseField name="rejection_reason" type="string | null">
          Razón de rechazo del documento o null si no está rechazado
        </ResponseField>

        <ResponseField name="size_mb" type="string">
          Tamaño del documento en MB
        </ResponseField>

        <ResponseField name="file_url" type="string">
          URL para descargar el documento
        </ResponseField>
      </Expandable>
    </ResponseField>

    <ResponseField name="signers" type="array">
      Lista de firmantes asociados a la firma

      <Expandable title="propiedades de signers">
        <ResponseField name="id" type="string">
          UUID del firmante
        </ResponseField>

        <ResponseField name="signing_status" type="string">
          Estado de la firma del firmante
        </ResponseField>

        <ResponseField name="signing_status_name" type="string">
          Nombre legible del estado de la firma
        </ResponseField>

        <ResponseField name="full_name" type="string">
          Nombre completo del firmante
        </ResponseField>

        <ResponseField name="document_type" type="string">
          Tipo de documento del firmante (ej: dni, ce)
        </ResponseField>

        <ResponseField name="document_number" type="string">
          Número de documento del firmante
        </ResponseField>

        <ResponseField name="email" type="string">
          Correo electrónico del firmante
        </ResponseField>

        <ResponseField name="phone" type="string">
          Número de teléfono del firmante
        </ResponseField>

        <ResponseField name="signer_url" type="string">
          URL para que el firmante inicie el proceso de firma
        </ResponseField>

        <ResponseField name="biometric_validation_id" type="string | null">
          ID de la validación biométrica o null si no se ha realizado
        </ResponseField>

        <ResponseField name="biometric_validation_status" type="string | null">
          Estado de la validación biométrica o null si no se ha realizado
        </ResponseField>

        <ResponseField name="biometric_validation_status_name" type="string | null">
          Nombre legible del estado de la validación biométrica o null si no se ha realizado
        </ResponseField>

        <ResponseField name="created_at" type="string">
          Fecha de creación del firmante (formato ISO 8601)
        </ResponseField>

        <ResponseField name="viewed_at" type="string | null">
          Fecha en que el firmante vio el documento (formato ISO 8601) o null si no lo ha visto
        </ResponseField>

        <ResponseField name="signed_at" type="string | null">
          Fecha en que el firmante firmó el documento (formato ISO 8601) o null si no ha firmado
        </ResponseField>

        <ResponseField name="rejected_at" type="string | null">
          Fecha en que el firmante rechazó el documento (formato ISO 8601) o null si no ha rechazado
        </ResponseField>
      </Expandable>
    </ResponseField>
  </Expandable>
</ResponseField>

## Ejemplo de Respuesta

```json theme={null}
{
  "status": "success",
  "message": "Signature retrieved successfully.",
  "data": {
    "id": "019bc3bb-cd19-73b0-ac5e-0c921c670",
    "organization_id": "019bc29a-c07d-7147-8660-0cd4fc38b888",
    "name": "Contrato de Prueba",
    "status": "in_signing",
    "status_name": "En firma",
    "created_at": "2026-01-15T22:17:03.000000Z",
    "expiration_date": "2026-01-16T18:22:00.000000Z",
    "completed_at": null,
    "rejected_at": null,
    "rejected_reason": null,
    "rejected_by": null,
    "documents": [
      {
        "id": "1001b2f1-4dad-4cc4-bbbc-3b4a0bbd5",
        "name": "Contrato Principal.pdf",
        "rejected_at": null,
        "rejected_by": null,
        "rejection_reason": null,
        "size_mb": "1.57",
        "file_url": "https://verifica-signature-documents-dev.s3.amazonaws.com/signatures/019bc29a-c07d-660-0cd4fc38b888/019bc3bb-cd19-73b0-ac5e-9000c921c670/1001b2f1-4dad-4cc4-bbbc-3b4a0bbd56d5-2026-01-15.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAQJGIX4XFHUGATWPC%2F20260116%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date"
      }
    ],
    "signers": [
      {
        "id": "019bc3bb-d7ff-73b1-8dfd-fb306e9cd24b",
        "signing_status": "pending",
        "signing_status_name": "Pendiente",
        "full_name": "Juan Pérez",
        "document_type": "dni",
        "document_number": "12345678",
        "email": "emmanuelbarturen@gmail.com",
        "phone": "51999999999",
        "signer_url": "https://prd-api.verifica.id/firma/iniciar/019bc3bb-d7ff-73b1-8dfd-fb306d24b",
        "biometric_validation_id": null,
        "biometric_validation_status": null,
        "biometric_validation_status_name": null,
        "created_at": "2026-01-15T22:17:06.000000Z",
        "viewed_at": null,
        "signed_at": null,
        "rejected_at": null
      },
      {
        "id": "019bc3bb-d814-70a2-8329-4619dab77745",
        "signing_status": "pending",
        "signing_status_name": "Pendiente",
        "full_name": "María García",
        "document_type": "ce",
        "document_number": "87654321",
        "email": "emmanuel@verifica.id",
        "phone": "51988888888",
        "signer_url": "https://prd-api.verifica.id/firma/iniciar/019bc3bb-d814-70a2-8329-461ab77745",
        "biometric_validation_id": null,
        "biometric_validation_status": null,
        "biometric_validation_status_name": null,
        "created_at": "2026-01-15T22:17:06.000000Z",
        "viewed_at": null,
        "signed_at": null,
        "rejected_at": null
      }
    ]
  }
}
```
