---
title: "Get an Electronic Seal"
method: GET
path: "/electronic_seals/{electronicSealId}"
tags: ["Electronic Seal"]
---

# Get an Electronic Seal

`GET /electronic_seals/{electronicSealId}`

Retrieves a given Electronic Seal.

## Path parameters

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

## Response `200`

OK

- ElectronicSeal — Electronic Seal that triggered the webhook event.
  - `id` string, uuid, required — Unique identifier of the Electronic Seal.
  - `status` 'pending' | 'done' | 'error', required — Status of the Electronic Seal.
  - `signature_level` 'electronic_signature' | 'advanced_electronic_signature' | 'qualified_electronic_signature', required — Electronic seal level used for of the Electronic Seal.
  - `created_at` string, date-time, required — Electronic Seal creation date and time.
  - `external_id` string, required — Custom identifier added to webhook.
  - `timestamp` boolean, required — Boolean indicating whether this Electronic Seal contains a qualified timestamp. For Advanced and Qualified Electronic Seal level, the value will be set to `true`. For Simple Electronic Seal level, the value will be set to `false`.
  - `document_id` string, uuid, required — Unique identifier of the Document.
  - `image_id` string, uuid, required — Unique identifier of the Image added to the Electronic Seal.

## 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)
