---
title: "Get Active Interview"
method: GET
path: "/api/v1/deepgram/interview/active"
tags: ["Deepgram Voice"]
---

# Get Active Interview

`GET /api/v1/deepgram/interview/active`

Return the most recent resumable interview for this expert, if any.

The frontend uses this on interview-screen mount to offer Resume vs.
Restart when a session was abandoned mid-interview (tab closed, network
drop, agent stall). Real and mock modes are tracked separately.

Resumable = IN_PROGRESS (clean abandonment) or ERROR (restarted-over /
real error mid-session). The resume architecture exists specifically to
rescue both. EXPIRED / PASSED / FAILED are terminal and stay terminal.

## Query parameters

- `mode` string

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