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

# Extract a zip file

`POST /cms/v3/source-code/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

## Response `202`

accepted

- TaskLocator
  - `id` string, required
  - `links` object

## Other responses

- `default` — An error occurred.

---

[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/6f56ac6a8fa3/schema)
