---
title: "Lightweight lookup used by Orchestrate.API to verify that a questionnaire exists and
is in a state suitable for automation references (Published). Returns 404 when missing
so the caller can map to a typed orphan-validation error."
method: GET
path: "/Questionnaires/{id}/validation-info"
tags: ["Questionnaires"]
---

# Lightweight lookup used by Orchestrate.API to verify that a questionnaire exists and
is in a state suitable for automation references (Published). Returns 404 when missing
so the caller can map to a typed orphan-validation error.

`GET /Questionnaires/{id}/validation-info`

## Path parameters

- `id` string, required

## Response `200`

OK

- QuestionnaireValidationInfoDto — Minimal projection used for cross-service validation (e.g., orphan-check on automation save).
  - `id` string
  - `status` integer
  - `type` integer

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
