---
title: "List Inbox Uploads"
method: GET
path: "/inbox_uploads"
tags: ["inbox_uploads", "Inbox Uploads"]
---

# List Inbox Uploads

`GET /inbox_uploads`

List Inbox Uploads

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of InboxUploads objects.

- InboxUploadEntity[]
  - `inbox_registration` InboxRegistrationEntity — InboxRegistrationEntity model
    - `code` string — Registration cookie code
    - `name` string — Registrant name
    - `company` string — Registrant company name
    - `email` string — Registrant email address
    - `ip` string — Registrant IP Address
    - `clickwrap_body` string — Clickwrap text that was shown to the registrant
    - `form_field_set_id` integer — Id of associated form field set
    - `form_field_data` object — Data for form field set with form field ids as keys and user data as values
    - `inbox_id` integer — Id of associated inbox
    - `inbox_recipient_id` integer — Id of associated inbox recipient
    - `inbox_title` string — Title of associated inbox
    - `created_at` string, date-time — Registration creation date/time
  - `path` string — Upload path
  - `created_at` string, date-time — Upload date/time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/revisions/c6d6f57e6da8/schema)
