---
title: "List all actions"
method: GET
path: "/Advertisers/{AccountSID}/Actions"
tags: ["Actions"]
---

# List all actions

`GET /Advertisers/{AccountSID}/Actions`

Returns a list of the actions your campaign has recorded. Actions are returned by creation date, with the most recently created actions appearing first.

## Path parameters

- `AccountSID` string, required

## Query parameters

- `CampaignId` string, required
- `State` 'PENDING' | 'APPROVED' | 'REVERSED'
- `StartDate` string, date-time
- `EndDate` string, date-time

## Response `200`

An array of action objects.

- object
  - `Actions` Action[]
    - `Id` string — Unique impact.com identifier for the action.
    - `CampaignId` integer — Unique identifier for the campaign (program) this action belongs to.
    - `CampaignName` string — Display name of the campaign.
    - `ActionTrackerId` integer — Unique identifier for the action tracker (event type) that recorded this action.
    - `ActionTrackerName` string — Display name of the action tracker (event type).
    - `MediaPartnerId` integer — Unique identifier for the partner credited for this action.
    - `MediaPartnerName` string — Display name of the credited partner.
    - `State` 'PENDING' | 'APPROVED' | 'REVERSED' — Current state of the action. - `PENDING`: Awaiting locking date or manual approval. Actions that have been modified also carry this state. - `APPROVED`: Reached its locking date or was manually approved. Will pay out the partner. No further modifications permitted. - `REVERSED`: Was reversed and will not pay out the partner.
    - `AdId` integer — Unique identifier for the ad creative that drove the winning click.
    - `Payout` number — Commission amount to be paid to the partner, in the currency specified by the `Currency` field.
    - `Amount` number — Revenue amount associated with the action (sale amount), in the currency specified by the `Currency` field.
    - `Currency` string — Three-letter ISO 4217 currency code for monetary values in this action.
    - `EventDate` string, date-time — Timestamp of when the conversion event occurred.
    - `Oid` string — Your unique identifier for the order associated with this action.
    - `CustomerId` string — Your unique, non-PII identifier for the customer who made the conversion.
    - `Uri` string — Unique URI reference to this action 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)
