---
title: "Get Identifications consumption records"
method: GET
path: "/consumptions/records/identifications"
tags: ["Consumption"]
---

# Get Identifications consumption records

`GET /consumptions/records/identifications`

Returns the list of Identifications consumption records.

## Query parameters

- `after` string
- `limit` integer
- `created_at` object — Filter by date of creation.

## Response `200`

OK

- GetConsumptionsRecordsIdentifications200Response
  - `meta` Pagination, required — Metadata about the response.
    - `next_cursor` string, nullable, required — Token to get the next page of results. If `null`, there are no more pages.
  - `data` IdentificationsConsumption[], required
    - `created_at` string, required — Creation time of the record
    - `signer_id` string, uuid, required
    - `signer_email` string, required
    - `signature_request_id` string, uuid, nullable, required
    - `signature_request_name` string, required
    - `signature_level` 'simple_electronic_signature' | 'advanced_electronic_signature' | 'electronic_signature_with_qualified_certificate' | 'qualified_electronic_signature', required — Level of the Signature Request.
    - `signer_identification` 'identity_verification' | 'saved_identity', required — Identification of the Signer.
    - `identified_at` string, required — Identification time of the signer
    - `identification_status` 'succeeded' | 'rejected' | 'expired_after_succeeded', required — Status of the identification.
    - `identification_reasons` string[], nullable, required
    - `sender_id` string, uuid, nullable, required
    - `sender_email` string, nullable, required
    - `authentication_key` string, nullable, required — Identifier of the key used for the operation.
    - `authentication_key_description` string, nullable, required — Description of the key used for the operation.
    - `external_id` string, nullable, required — Optional user-defined identifier.
    - `workspace_id` string, uuid, nullable, required
    - `workspace_name` string, required — Name of the workspace.
    - `signer_fullname` string, required — Full name of the signer.
    - `workspace_external_name` string, nullable, required — External name of the workspace.

## Other responses

- `400` — Bad request
- `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)
