---
title: "List Bundle Actions"
method: GET
path: "/bundle_actions"
tags: ["bundle_actions", "Bundle Actions"]
---

# List Bundle Actions

`GET /bundle_actions`

List Bundle Actions

## Query parameters

- `user_id` integer
- `cursor` string
- `per_page` integer
- `bundle_id` integer
- `bundle_registration_id` integer

## Response `200`

A list of BundleActions objects.

- BundleActionEntity[]
  - `action` 'create' | 'read' | 'update' | 'destroy' | 'move' | 'copy' | 'registration' — Type of action
  - `bundle_registration` BundleRegistrationEntity — BundleRegistrationEntity 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
    - `inbox_code` string — InboxRegistration cookie code, if there is an associated InboxRegistration
    - `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
    - `bundle_code` string — Bundle URL code
    - `bundle_id` integer — Id of associated bundle
    - `bundle_recipient_id` integer — Id of associated bundle recipient
    - `workspace_id` integer — Workspace ID. `0` means the default workspace.
    - `created_at` string, date-time — Registration creation date/time
  - `created_at` string, date-time — Action occurrence date/time
  - `destination` string — The destination path for this bundle action, if applicable
  - `path` string — Path
  - `source` string — The source path for this bundle action, if applicable
  - `bundle_registration_id` integer — Identifier of the associated bundle registration
  - `workspace_id` integer — Workspace ID. `0` means the default workspace.
  - `bundle_registration_name` string — Name of the registrant who performed the action
  - `bundle_registration_email` string — Email of the registrant
  - `bundle_registration_ip` string — IP address of 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

## 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)
