---
title: "Get Action Status"
method: POST
path: "/datamart.getactionstatus/{actionUUID}"
tags: ["Data Manager"]
---

# Get Action Status

`POST /datamart.getactionstatus/{actionUUID}`

Retrieves the link of the exported file in the `result` property. Use the `/datamart.fetchexportfile/{fileName}` to download the file.

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `startRow` number
    - `data` object[]
      - `actionUUID` string
      - `createDate` string
      - `lastUpdateDate` string
      - `executionNode` string
      - `executionThread` string
      - `status` string
      - `cancelRequested` boolean
      - `skippedOps` object[]
      - `result` object
        - `DM.TransactionsDM` string
      - `calculationMessages` object[]
      - `validationErrors` unknown
    - `endRow` number
    - `totalRows` number
    - `status` number

---

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