---
title: "Get a dataset object with a specific API Key"
method: GET
path: "/{apiKey}/api/dataset"
tags: ["Dataset"]
---

# Get a dataset object with a specific API Key

`GET /{apiKey}/api/dataset`

## Path parameters

- `apiKey` string, required

## Response `200`

OK

- Dataset
  - `id` string, nullable
  - `name` string, nullable
  - `customerId` string, nullable
  - `availableLanguages` string[], nullable
  - `baseLanguage` string, nullable
  - `rootObjects` string[], nullable

## Other responses

- `401` — Unauthorized. User needs to login first.

---

[API](https://skmtc.net/mapsindoors/apis/integration-api.md) · [All operations](https://skmtc.net/mapsindoors/apis/integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mapsindoors/integration-api/revisions/7f2454dc70d5/schema)
