---
title: "Extract Resources with Survey"
method: POST
path: "/my/ships/{shipSymbol}/extract/survey"
tags: ["Fleet"]
---

# Extract Resources with Survey

`POST /my/ships/{shipSymbol}/extract/survey`

Use a survey when extracting resources from a waypoint. This endpoint requires a survey as the payload, which allows your ship to extract specific yields.

Send the full survey object as the payload which will be validated according to the signature. If the signature is invalid, or any properties of the survey are changed, the request will fail.

## Path parameters

- `shipSymbol` string, required

## Request body

- SurveyJson — unresolved $ref

## Response `201`

Extracted successfully.

- object
  - `data` object, required
    - `cooldown` CooldownJson, required — unresolved $ref
    - `extraction` ExtractionJson, required — unresolved $ref
    - `cargo` ShipCargoJson, required — unresolved $ref
    - `events` ShipConditionEventJson[], required — unresolved $ref

---

[API](https://skmtc.net/spacetradersapi/apis/spacetraders-api.md) · [All operations](https://skmtc.net/spacetradersapi/apis/spacetraders-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spacetradersapi/spacetraders-api/revisions/197cf9b9a2b6/schema)
