---
title: "Gets all validation sets available to the user that a rapid with the provided parameters can be added to."
method: GET
path: "/validation-sets/compatible"
tags: ["ValidationSet"]
---

# Gets all validation sets available to the user that a rapid with the provided parameters can be added to.

`GET /validation-sets/compatible`

Matching is strict: a validation set is only returned when its asset type, modality, and prompt type
 equal the provided parameters exactly — the same constraint enforced when actually adding a rapid.
 This differs from /validation-set/recommended, which uses loose overlap matching and may return
 sets that then reject the rapid. Returns an empty array when no compatible set exists.

## Query parameters

- `assetType` string[]
- `modality` string[]
- `promptType` string[]
- `instruction` string

## Response `200`

OK

- GetCompatibleValidationSetsEndpointOutput
  - `validationSets` GetCompatibleValidationSetsEndpointValidationSetOutput[], required — The validation sets that the rapid can be added to.
    - `id` string, required
    - `name` string, required
    - `assetType` string[], required
    - `modality` string[], required
    - `promptType` string[], required
    - `dimensions` string[], nullable, required
    - `isPublic` boolean, required
    - `ownerId` string, uuid, required
    - `ownerMail` string, required
    - `organizationId` string, required
    - `createdAt` string, date-time, 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)
