---
title: "List all action updates"
method: GET
path: "/Advertisers/{AccountSID}/ActionUpdates"
tags: ["Action Updates"]
---

# List all action updates

`GET /Advertisers/{AccountSID}/ActionUpdates`

Returns a list of action updates (a changelog of modifications) for the campaign.
Action updates are returned by creation date, with the most recently created updates appearing first.

The recommended approach is to filter by `StartDate` and `EndDate` to retrieve updates within a specific range.

## Path parameters

- `AccountSID` string, required

## Query parameters

- `CampaignId` integer, required
- `StartDate` string, date-time
- `EndDate` string, date-time

## Response `200`

An array of action update objects.

- object
  - `ActionUpdates` ActionUpdate[]
    - `Id` string — Unique identifier for this action update record.
    - `ActionId` string — Unique identifier for the parent action that was updated.
    - `State` 'PENDING' | 'APPROVED' | 'REVERSED' — The state of the action at the time of this update.
    - `DeltaPayout` number — The change in the Payout value recorded by this update.
    - `DeltaAmount` number — The change in the Amount (sale amount) value recorded by this update.
    - `UpdateDate` string, date-time — Timestamp of when this update was recorded.
    - `Uri` string — Unique URI reference to this action update object.

---

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