---
title: "List character industry jobs"
method: GET
path: "/characters/{character_id}/industry/jobs"
tags: ["Industry"]
---

# List character industry jobs

`GET /characters/{character_id}/industry/jobs`

List industry jobs placed by a character

## Path parameters

- `character_id` integer, required

## Query parameters

- `include_completed` boolean — Whether to retrieve completed character industry jobs. Only includes jobs from the past 90 days

## 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
- `If-Modified-Since` string

## Response `200`

OK

- object[]
  - `activity_id` integer, required — Job activity ID
  - `blueprint_id` integer, required
  - `blueprint_location_id` integer, required — Location ID of the location from which the blueprint was installed. Normally a station ID, but can also be an asset (e.g. container) or corporation facility
  - `blueprint_type_id` integer, required
  - `completed_character_id` integer — ID of the character which completed this job
  - `completed_date` string, date-time — Date and time when this job was completed
  - `cost` number, double — The sume of job installation fee and industry facility tax
  - `duration` integer, required — Job duration in seconds
  - `end_date` string, date-time, required — Date and time when this job finished
  - `facility_id` integer, required — ID of the facility where this job is running
  - `installer_id` integer, required — ID of the character which installed this job
  - `job_id` integer, required — Unique job ID
  - `licensed_runs` integer — Number of runs blueprint is licensed for
  - `output_location_id` integer, required — Location ID of the location to which the output of the job will be delivered. Normally a station ID, but can also be a corporation facility
  - `pause_date` string, date-time — Date and time when this job was paused (i.e. time when the facility where this job was installed went offline)
  - `probability` number, double — Chance of success for invention
  - `product_type_id` integer — Type ID of product (manufactured, copied or invented)
  - `runs` integer, required — Number of runs for a manufacturing job, or number of copies to make for a blueprint copy
  - `start_date` string, date-time, required — Date and time when this job started
  - `station_id` integer, required — ID of the station where industry facility is located
  - `status` 'active' | 'cancelled' | 'delivered' | 'paused' | 'ready' | 'reverted', required
  - `successful_runs` integer — Number of successful runs for this job. Equal to runs unless this is an invention job

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility.md) · [All operations](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evetech/eve-spring-inebriation-esi-tranquility/revisions/780531a22906/schema)
