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

---

[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)
