> For the complete documentation index, see [llms.txt](https://dev.smarttask.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.smarttask.io/endpoints/task/complete-task.md).

# Complete a Task

## Complete a Task

<mark style="color:green;">`GET`</mark> `https://ext-v2.smarttask.io/v{api-version}/record/task/update-status/{organization_id}/{record_id}/{status}`&#x20;

#### Path Parameters

| Name             | Type   | Description                              |
| ---------------- | ------ | ---------------------------------------- |
| api-version      | string | API Version - 1.0                        |
| organization\_id | number | OrganizationId of SmartTask organization |
| record\_id       | uuid   | RecordId                                 |
| status           | bit    | 1 - complete , 0 - incomplete            |

#### Headers

| Name          | Type   | Description                |
| ------------- | ------ | -------------------------- |
| Authorization | string | Authorization Bearer token |

#### Request Body

* Not needed

#### Response

{% tabs %}
{% tab title="200 " %}
Ok
{% endtab %}
{% endtabs %}
