---
title: "Complete a single task"
method: POST
path: "/v1/tasks/{taskId}/complete"
tags: ["tasks"]
---

# Complete a single task

`POST /v1/tasks/{taskId}/complete`

## Path parameters

- `taskId` string, required

## Request body

- CompleteTaskDTO
  - `callOutcome` 'Interested' | 'Callback Later' | 'Followup' | 'Not Interested' | 'Wrong Number' | 'No Answer' | 'Left Voicemail' | 'Not In Service' — Call outcome for call tasks (mandatory for call tasks)

## Response `200`

Task marked as completed successfully

- unknown

## Other responses

- `400` — 4000: Failed to complete task<br><br>
- `500` — 5001: Internal server error, please try again later<br><br>

---

[API](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy.md) · [All operations](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/saleshandy/develop-with-saleshandy/revisions/fdaa0f2dcdfb/schema)
