---
title: "Gets the available validation sets for the current user."
method: GET
path: "/validation-sets/available"
tags: ["ValidationSet"]
---

# Gets the available validation sets for the current user.

`GET /validation-sets/available`

## Response `200`

OK

- GetAvailableValidationSetsEndpointOutput
  - `validationSets` GetAvailableValidationSetsEndpointValidationSetOverviewOutput[], required — The validation sets available to the current user.
    - `id` string, required
    - `name` string, required
    - `ownerId` string, uuid, required

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