---
title: "Get contract items"
method: GET
path: "/characters/{character_id}/contracts/{contract_id}/items"
tags: ["Contracts"]
---

# Get contract items

`GET /characters/{character_id}/contracts/{contract_id}/items`

Lists items of a particular contract

## Path parameters

- `character_id` integer, required
- `contract_id` integer, required — ID of a contract

## Headers

- `Accept-Language` 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'
- `If-None-Match` string
- `X-Compatibility-Date` '2025-12-16', date, required
- `X-Tenant` string

## Response `200`

OK

- object[]
  - `is_included` boolean, required — true if the contract issuer has submitted this item with the contract, false if the isser is asking for this item in the contract
  - `is_singleton` boolean, required
  - `quantity` integer, required — Number of items in the stack
  - `raw_quantity` integer — -1 indicates that the item is a singleton (non-stackable). If the item happens to be a Blueprint, -1 is an Original and -2 is a Blueprint Copy
  - `record_id` integer, required — Unique ID for the item
  - `type_id` integer, required — Type ID for item

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility.md) · [All operations](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evemonk/eve-stable-infrastructure-esi-tranquility/revisions/7bad2f0024dd/schema)
