---
title: "Get Interview Result"
method: GET
path: "/api/v1/deepgram/interview/{test_id}/result"
tags: ["Deepgram Voice"]
---

# Get Interview Result

`GET /api/v1/deepgram/interview/{test_id}/result`

Poll for a grading result.

Used by the client as a fallback when the grade-transcript POST response
was lost (VPN/middlebox timeout, transient network blip). The client
polls this endpoint every few seconds; it returns 202 while grading is
still in progress, 200 with the final result once the test has reached
a terminal state, 404 if the test doesn't belong to the caller.

## Path parameters

- `test_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/humwork/apis/humwork-ai.md) · [All operations](https://skmtc.dev/humwork/apis/humwork-ai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humwork/humwork-ai/revisions/38d9dc5f27e6/schema)
