List all archived transactions

You can retrieve all archived transactions that you have the permission to view. To do so, send a request to GET /v1/archives. You can pass a series of optional filters to refine your request.

curl
https://api.universign.com/v1/archives?size=1 \

The API returns the list of all archived transactions matching your request.

{
  "has_more" : true,
  "content" : [ {
    "object" : "transaction-archive",
    "id" : "tx_MBWlPmd8bBLQ",
    "created_at" : "2025-07-04T14:47:47.239Z",
    "started_at" : "2025-07-04T14:49:01.938Z",
    "closed_at" : "2025-07-04T14:50:29.206Z",
    "name" : "tx_MBWlPmd8bBLQ",
    "language" : "fr",
    "folder_id" : "fol_DGX2qbq6yGmm",
    "folder_name" : "Default folder",
    "creator" : {
      "email" : "[email protected]",
      "name" : "John "
    },
    "participants" : [ {
      "email" : "[email protected]",
      "name" : "Signataire"
    } ],
    "sealers" : [ ],
    "documents" : [ {
      "id" : "doc_y6Al",
      "name" : "Contract template.pdf",
      "available" : true
    } ],
    "metadata" : { },
    "uploads" : [ ],
    "issuing_entity" : {
      "id" : "iss_aX0wDPD86DlQ"
    },
    "state" : "completed",
    "private" : true
  }, {
    "object" : "transaction-archive",
    "id" : "tx_qrqYa6r29ybv",
    "created_at" : "2025-05-21T12:54:09.059Z",
    "started_at" : "2025-05-21T12:56:11.790Z",
    "closed_at" : "2025-06-05T12:56:12.361Z",
    "name" : "Transaction with waiting period",
    "language" : "en",
    "folder_id" : "fol_DGX2qbq6yGmm",
    "folder_name" : "Default folder",
    "creator" : {
      "email" : "[email protected]",
      "name" : "Koussai H."
    },
    "participants" : [ {
      "email" : "[email protected]"
    } ],
    "sealers" : [ ],
    "documents" : [ {
      "id" : "doc_MZ0A",
      "name" : "Contract template.pdf",
      "available" : true
    } ],
    "metadata" : { },
    "uploads" : [ ],
    "issuing_entity" : {
      "id" : "iss_aX0wDPD86DlQ"
    },
    "state" : "expired",
    "private" : true
  } ]
}

Archive evidence files
Retrieve archived transaction
Developer tools
Guides
Services
API reference