---
title: "(IDnow only) Index person signings"
method: GET
path: "/v1/persons/{person_id}/signings"
tags: ["Person signings"]
---

# (IDnow only) Index person signings

`GET /v1/persons/{person_id}/signings`

Returns all of the IDnow signature packages for the person specified in the request URL.

## Path parameters

- `person_id` string, required — The unique ID of the person resource created for a customer.

## Response `200`

Successful result of the operation

- SolarisServerDecoratorsSigning[]
  - `id` string — ID of the signing.
  - `reference` string — Reference provided for the signing.
  - `url` string — URL of the signing.
  - `state` 'created' | 'expired' | 'failed' | 'pending' | 'successful' — The current state of the signing.
  - `status` 'created' | 'expired' | 'failed' | 'finished' | 'pending' — The current status of the signing.
  - `completed_at` string — Date and time when the signing was completed.
  - `method` string — Method used to complete the signing.
  - `identification_id` string — ID of the related person identification.
  - `documents` object[] — Documents signed by the customer.
    - `id` string — ID of the signed document.
    - `name` string — Filename of the signed document.
    - `content_type` string — File format of the signed document.
    - `document_type` string — The type of the signed document.
    - `size` integer — The file size of the signed document (in bytes).
    - `customer_accessible` boolean — Indicates whether or not the customer has access to the document.
    - `created_at` string — Date and time when the document was uploaded.

## Other responses

- `400` — An error occurred on the client side.
- `403` — You are not authorized to perform this action.
- `500` — Internal server error.
- `default` — Unexpected error

---

[API](https://skmtc.net/solarisgroup/apis/customer-identification-kyc.md) · [All operations](https://skmtc.net/solarisgroup/apis/customer-identification-kyc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/customer-identification-kyc/revisions/c481fa2414f9/schema)
