---
title: "List Data Loads"
method: POST
path: "/datamart.listdataloads"
tags: ["Data Manager"]
---

# List Data Loads

`POST /datamart.listdataloads`

Returns a list of Data Load definitions. No validation is run on returned Data Loads and no schedules are loaded. Use this endpoint for listing only.<p>If you need Data Loads to be validated and schedules returned, use the **List Data Loads (with validation and schedules)** (`/datamart.getdataloads`) endpoint instead.

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `csrfToken` string
    - `data` object[]
      - `version` number
      - `typedId` string
      - `targetDate` string
      - `label` string
      - `type` string
      - `targetName` string
      - `withTargetSnapshot` boolean
      - `calculationContext` string
      - `calcItemsLookupTableId` number
      - `numberOfItems` number
      - `actionUUID` string
      - `resultTableUniqueName` string
      - `calculationConfig` object
        - `formulaName` string
        - `targetDate` string
        - `feederInputParams` object[]
        - `inputParams` object[]
        - `mappingParams` object[]
        - `outputElements` object[]
      - `requestTime` number
      - `lastUpdateTime` number
      - `loadCompleteTime` number
      - `createDate` string
      - `createdBy` number
      - `lastUpdateDate` string
      - `lastUpdateBy` number
      - `status` string
      - `calculationStartDate` string
      - `calculationDate` string
      - `isDefault` boolean
      - `incremental` boolean
      - `distributed` boolean
      - `continuous` boolean
      - `valid` boolean
      - `isPlasma` boolean
      - `incLoadDate` string
    - `endRow` 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)
