---
title: "Customer Last Action Executed"
method: GET
path: "/Customers/GetCustomerLastActionExecuted"
tags: ["Customers"]
---

# Customer Last Action Executed

`GET /Customers/GetCustomerLastActionExecuted`

Returns details of the last action executed for a particular customer ID.

## Query parameters

- `customerID` string, required

## Response `200`

Success

- OptimoveAPIModelsOptimoveCustomerLastAction
  - `ActionId` integer — The Action ID is Optimove's unique ID for each action.
  - `Date` string, nullable
  - `Duration` integer — Duration value is number of days.
  - `TargetGroupID` integer

---

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