---
title: "List Entity Supplemental Document Submissions"
method: GET
path: "/entity_supplemental_documents"
---

# List Entity Supplemental Document Submissions

`GET /entity_supplemental_documents`

## Query parameters

- `cursor` string — Return the page of entries after this one.
- `limit` integer — Limit the size of the list that is returned. The default (and maximum) is 100 objects.
- `entity_id` string, required — The identifier of the Entity to list supplemental documents for.
- `idempotency_key` string — Filter records to the one with the specified `idempotency_key` you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).

## Response `200`

Supplemental Document List

- EntitySupplementalDocumentList — A list of Supplemental Document objects.
  - `data` EntitySupplementalDocument[], required — The contents of the list.
    - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Supplemental Document was created.
    - `entity_id` string, required — The Entity the supplemental document is attached to.
    - `file_id` string, required — The File containing the document.
    - `idempotency_key` string, nullable, required — The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).
    - `type` 'entity_supplemental_document', required — A constant representing the object's type. For this resource it will always be `entity_supplemental_document`.
  - `next_cursor` string, nullable, required — A pointer to a place in the list. Pass this as the `cursor` parameter to retrieve the next page of results. If there are no more results, the value will be `null`.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.net/increase/apis/increase-api.md) · [All operations](https://skmtc.net/increase/apis/increase-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/increase/increase-api/versions/22125d715935/schema)
