---
title: "Get a DM Object"
method: GET
path: "/datamart.fetch/{objectId}"
tags: ["Data Manager"]
---

# Get a DM Object

`GET /datamart.fetch/{objectId}`

Streams the content of a Data Manager object (e.g. Datamart, Data Source export) as a file. GET variant of the existing POST `/datamart.fetch/{objectId}`.

## Query parameters

- `output` string
- `stream` boolean
- `dataLocale` string
- `typedUniquename` string

## Response `200`

Exported data.

- object
  - `response` object
    - `status` integer
    - `startRow` integer
    - `data` object[]
      - `Country` string
      - `Fertility` number
      - `Life_Expectancy` number
      - `Population` integer
      - `Region` string
      - `Year` string
      - `ID_Country_Year` string
      - `lastUpdateDate` string
      - `formulaResult` string
      - `formulaDetailedResults` string, nullable
      - `warnings` string
      - `alerts` string
      - `completeResultsAvailable` boolean
      - `Percent` number
      - `Test` integer
    - `endRow` integer

---

[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)
