---
title: "Update task progress text"
method: POST
path: "/api/tasks/{id}/progress"
tags: ["Tasks"]
---

# Update task progress text

`POST /api/tasks/{id}/progress`

## Path parameters

- `id` string, required

## Request body

- object
  - `progress` string, required

## Response `200`

Progress updated

- object
  - `success` true, required

## Other responses

- `404` — Task not found

---

[API](https://skmtc.net/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.net/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/desplega-ai/agent-swarm-api/versions/0375890be8c4/schema)
