---
title: "Get Ship Cargo"
method: GET
path: "/my/ships/{shipSymbol}/cargo"
tags: ["Fleet"]
---

# Get Ship Cargo

`GET /my/ships/{shipSymbol}/cargo`

Retrieve the cargo of a ship under your agent's ownership.

## Path parameters

- `shipSymbol` string, required

## Response `200`

Successfully fetched ship's cargo.

- object
  - `data` ShipCargoJson, 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)
