---
title: "Get all dataset Ids for a given customer"
method: GET
path: "/api/dataset/customer"
tags: ["Dataset"]
---

# Get all dataset Ids for a given customer

`GET /api/dataset/customer`

## Oauth2 Roles ##  
 - Requires user to have one of the following roles: owner, service

## Query parameters

- `customerId` string, required

## Response `200`

OK

- string[]

## Other responses

- `401` — Unauthorized. User needs to login first.
- `403` — Forbidden. User does not have the reqired role(s).

---

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