---
title: "Get extraction status"
method: GET
path: "/cms/source-code/2026-03/extract/async/tasks/{taskId}/status"
tags: ["Advanced"]
---

# Get extraction status

`GET /cms/source-code/2026-03/extract/async/tasks/{taskId}/status`

Get the status of an extraction by the `taskId` returned from the initial `extract/async` request.

## Path parameters

- `taskId` integer, required

## Response `200`

successful operation

- ActionResponse
  - `completedAt` string, date-time, required — The timestamp indicating when the action was completed.
  - `links` object — A map of link names to associated URIs containing documentation about the error or recommended remediation steps
  - `requestedAt` string, date-time — The timestamp indicating when the action was requested.
  - `startedAt` string, date-time, required — The timestamp indicating when the action was started.
  - `status` 'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING', required — The current status of the action, with possible values: CANCELED, COMPLETE, PENDING, PROCESSING.

## Other responses

- `default` — An error occurred.

## Changes

> 14 revisions in range; 1 not diffed, 2 could not be searched.

- **2026-04-08** `b0d8bc008db9` — 1 info
  - api operation id `get-/cms/source-code/2026-03/extract/async/tasks/{taskId}/status_getAsyncStatus` removed and replaced with `get-/cms/source-code/2026-03/extract/async/tasks/{taskId}/status`
- **2026-03-30** `dc2fdad57f7f` — 2 info
  - api tag `Advanced` added
  - api tag `Extract` removed
- **2026-03-25** `62586336cea2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hubspot/apis/hubspot-api-specification/changes/cms/source-code/2026-03/extract/async/tasks/:taskId/status/get.md)

---

[API](https://skmtc.dev/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.dev/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
