---
title: "Extract a zip file"
method: POST
path: "/cms/source-code/2026-03/extract/async"
tags: ["Advanced"]
---

# Extract a zip file

`POST /cms/source-code/2026-03/extract/async`

Extract a zip file in the developer file system. Extraction status can be checked with the `/extract/async/tasks/taskId/status` endpoint below.

## Request body

- CmsSourceCodeFileExtractRequest
  - `path` string, required — The file system location where the zip file is to be extracted.

## Response `202`

accepted

- TaskLocator
  - `id` string, required — The unique identifier for the task.
  - `links` object — A map of link names to associated URIs containing documentation about the error or recommended remediation steps

## 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 `post-/cms/source-code/2026-03/extract/async_doAsync` removed and replaced with `post-/cms/source-code/2026-03/extract/async`
- **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/post.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)
