---
title: "GET /files/2026-09/folders/update/async/tasks/{taskId}/status"
method: GET
path: "/files/2026-09/folders/update/async/tasks/{taskId}/status"
tags: ["Folders"]
---

# GET /files/2026-09/folders/update/async/tasks/{taskId}/status

`GET /files/2026-09/folders/update/async/tasks/{taskId}/status`

## Path parameters

- `taskId` string, required

## Response `200`

successful operation

- FolderActionResponse
  - `completedAt` string, date-time, required — When the requested changes have been completed.
  - `errors` StandardError[] — Detailed errors resulting from the task.
    - `category` string, required — The main category of the error.
    - `context` object, required — Additional context-specific information related to the error.
    - `errors` ErrorDetail[], required — The detailed error objects.
      - `code` string — The status code associated with the error detail
      - `context` object — Context about the error condition
      - `in` string — The name of the field or parameter in which the error was found.
      - `message` string, required — A human readable message describing the error along with remediation steps where appropriate
      - `subCategory` string — A specific category that contains more specific detail about the error
    - `id` string — A unique ID for the error instance.
    - `links` object, required — URLs linking to documentation or resources associated with the error.
    - `message` string, required — A human-readable string describing the error and possible remediation steps.
    - `status` string, required — The HTTP status code associated with the error.
    - `subCategory` object — A more specific error category within each main category.
  - `links` object — Link to check the status of the task.
  - `numErrors` integer — Number of errors resulting from the requested changes.
  - `requestedAt` string, date-time — Timestamp representing when the task was requested.
  - `result` Folder
    - `archived` boolean, required — Marks whether the folder is deleted or not.
    - `archivedAt` string, date-time — Timestamp of folder deletion.
    - `createdAt` string, date-time, required — Timestamp of folder creation.
    - `id` string, required — ID of the folder.
    - `name` string — Name of the folder.
    - `parentFolderId` string — ID of the parent folder.
    - `path` string — Path of the folder in the file manager.
    - `updatedAt` string, date-time, required — Timestamp of the latest update to the folder.
  - `startedAt` string, date-time, required — Timestamp representing when the task was started at.
  - `status` 'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING', required — Current status of the task.
  - `taskId` string, required — ID of the task.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/files-files.md) · [All operations](https://skmtc.net/hubspot/apis/files-files/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/files-files/versions/b8f442784dd0/schema)
