---
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.

---

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