---
title: "List actions for an object"
method: GET
path: "/v1/actions"
tags: ["actions"]
---

# List actions for an object

`GET /v1/actions`

## Query parameters

- `object_type` 'businesses' | 'watchlist_result', required
- `object_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

actions with effects and actors

- TypeActionsListActionsResponse
  - `object` string, required
  - `data` TypeAction[], required
    - `id` string, uuid, required
    - `type` 'add_sources' | 'add_attributes' | 'update_address_risk' | 'verify_tin' | 'decision' | 'dismissal', required — The action type that was performed
    - `object_type` 'Business' | 'Watchlist::Result', required — The type of object the action was performed on
    - `object_id` string, uuid, required — The ID of the object the action was performed on
    - `created_at` string, date-time, required
    - `note` string, nullable — Optional text note describing the reason for the action
    - `metadata` object — Additional metadata associated with the action
    - `effects` TypeActionEffect[], required — List of effects describing what changed
      - `operation` 'created' | 'updated' | 'linked', required — The type of change that was made
      - `diff` object, nullable, required — Before/after values for each changed field
      - `target` TypeActionEffectTarget, required
        - `object` string, required — The type of the affected resource
        - `id` string, uuid, required — The ID of the affected resource
    - `actors` TypeActionActor[], required — List of actors describing who initiated the action
      - `actor_type` 'account' | 'user' | 'run', required — The type of actor
      - `data` object — Actor details (varies by actor type)
  - `url` string

## Other responses

- `400` — invalid object_type

---

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