---
title: "Update Tasks Status"
method: PATCH
path: "/gw/api/v1/accounts/{accountId}/tasks"
tags: ["accountManagementAccounts"]
---

# Update Tasks Status

`PATCH /gw/api/v1/accounts/{accountId}/tasks`

Task status can be updated from this api<br><br>**Scope**: `accounts.write`<br>**Security Policy**: `Signed JWT`

## Path parameters

- `accountId` string, required

## Response `200`

Task status can be updated from this api

- TaskActionResponse[]
  - `accountId` string
  - `taskAction` TaskAction[]
    - `formNumber` integer
    - `status` string
    - `message` string

## Other responses

- `400` — Returns error description representing bad request
- `401` — Returns error description representing access issue
- `403` — Returns error description representing access issue
- `500` — Returns error description representing internal server error

---

[API](https://skmtc.net/interactivebrokers/apis/api-reference.md) · [All operations](https://skmtc.net/interactivebrokers/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactivebrokers/api-reference/revisions/67f9f562c2c6/schema)
