---
title: "Get Contract"
method: GET
path: "/my/contracts/{contractId}"
tags: ["Contracts"]
---

# Get Contract

`GET /my/contracts/{contractId}`

Get the details of a contract by ID.

## Path parameters

- `contractId` string, required

## Response `200`

Successfully fetched contract.

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