---
title: "List seal applications"
method: GET
path: "/seals/{id}/applications"
tags: ["Organization Seals"]
---

# List seal applications

`GET /seals/{id}/applications`

List signing requests where this seal has been applied, is pending, or was paused.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Seal applications retrieved successfully

- object
  - `applications` SealApplication[], required
    - `id` string, uuid
    - `signing_request_id` string, uuid
    - `signing_request_name` string
    - `seal_id` string, uuid
    - `seal_name` string
    - `status` 'applied' | 'paused' | 'pending' — Application status
    - `applied_at` string, date-time, nullable
    - `created_at` string, date-time
  - `cursor` string, nullable — Cursor for the next page, null if no more results

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - Insufficient permissions
- `404` — Not Found - Resource does not exist
- `429` — Too Many Requests - Rate limit exceeded

## Changes

- **2026-09-15** `f179958c3bee` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/firma/apis/firma-partner-api/changes/seals/:id/applications/get.md)

---

[API](https://skmtc.dev/firma/apis/firma-partner-api.md) · [All operations](https://skmtc.dev/firma/apis/firma-partner-api/llms.txt) · [OpenAPI document](https://skmtc.dev/firma/apis/firma-partner-api/revisions/12d1aae71d9a?raw)
