---
title: "Update a task chunk status"
method: POST
path: "/v1/tasks/{task_id}/chunk/{chunk_id}"
tags: ["tasks"]
---

# Update a task chunk status

`POST /v1/tasks/{task_id}/chunk/{chunk_id}`

## Query parameters

- `status` 'ack' | 'nack' | 'in_progress', required

## Headers

- `X-Team-Id` string

## Response `200`

OK

- object
  - `ok` boolean, required

## Other responses

- `400` — Example response
- `401` — Example response
- `404` — Example response
- `499` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2025-11-18** `41ee26b930f3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/tasks/:task_id/chunk/:chunk_id/post.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/projectdiscovery/apis/pdcp-api/revisions/24404c1dd282?raw)
