---
title: "Gets a validation set by id."
method: GET
path: "/validation-set/{validationSetId}"
tags: ["ValidationSet"]
---

# Gets a validation set by id.

`GET /validation-set/{validationSetId}`

## Path parameters

- `validationSetId` string, required

## Response `200`

OK

- GetValidationSetByIdEndpointOutput
  - `id` string, required — The unique identifier of the validation set.
  - `name` string, required — The name of the validation set.
  - `isPublic` boolean, required — Whether the validation set is public.
  - `ownerMail` string, required — The mail of the owning customer.
  - `organizationId` string, required — The id of the organization that owns the entity.
  - `ownerId` string, uuid, required — The id of the owning customer.
  - `dimensions` string[], required — The dimensions shared across all rapids in the validation set.
  - `createdAt` string, date-time, required — The time at which the validation set was created.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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