---
title: "Admin Claim Next Voice Interview Import"
method: POST
path: "/admin/imports/voice-interviews/next"
tags: ["admin"]
---

# Admin Claim Next Voice Interview Import

`POST /admin/imports/voice-interviews/next`

Atomically claims the next pending parsed voice interview for a Prolific
study and returns the same editable import draft as the direct loader.

## Request body

- VoiceInterviewQaClaimRequest
  - `studyId` string, required
  - `voiceInterviewId` string, uuid, nullable

## Response `200`

Successful Response

- VoiceInterviewDraftResponse
  - `draft` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/useauxos/apis/auxos.md) · [All operations](https://skmtc.dev/useauxos/apis/auxos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/useauxos/auxos/revisions/2f853c0b59f4/schema)
