---
title: "Reopen Case Task"
method: POST
path: "/api/v1/cases/tasks/{task_id}/reopen"
tags: ["Cases"]
---

# Reopen Case Task

`POST /api/v1/cases/tasks/{task_id}/reopen`

## Path parameters

- `task_id` string, required

## Request body

- ReopenTaskRequest
  - `actor_membership_id` string, uuid, nullable

## Response `200`

Successful Response

- CaseTaskResponse
  - `id` string, required
  - `type` 'VOB' | 'PA_INITIATION' | 'PA_STATUS' | 'CUSTOM', required
  - `name` string, required
  - `status` 'IN_PROGRESS' | 'WAITING' | 'COMPLETED' | 'NEEDS_ACTION' | 'CANCELLED', required
  - `outcome` string, nullable, required
  - `summary` string, nullable, required
  - `assigned_to_membership_id` string, uuid, nullable, required
  - `campaign_target_id` string, nullable, required
  - `completed_at` string, date-time, nullable, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getprosperapp/apis/prosper-voice.md) · [All operations](https://skmtc.net/getprosperapp/apis/prosper-voice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getprosperapp/prosper-voice/versions/93bd5b9524ee/schema)
