---
title: "Get Invited signers consumption records"
method: GET
path: "/consumptions/records/invited_signers"
tags: ["Consumption"]
---

# Get Invited signers consumption records

`GET /consumptions/records/invited_signers`

Returns the list of Invited signers consumption records.

## Query parameters

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

## Response `200`

OK

- GetConsumptionsRecordsInvitedSigners200Response
  - `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` InvitedSignersConsumption[], 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.
    - `sender_id` string, uuid, nullable, required
    - `sender_email` string, nullable, required
    - `source` string, required — Origin of the operation.
    - `connector` 'app' | 'public_api' | 'connector_salesforce_api' | 'hubspot_integration' | 'connector_google_api' | 'connector_zapier_api', nullable, required — Signature request origin.
    - `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)
