---
title: "Get character's skill queue"
method: GET
path: "/characters/{character_id}/skillqueue"
tags: ["Skills"]
---

# Get character's skill queue

`GET /characters/{character_id}/skillqueue`

List the configured skill queue for the given character.

Entries that have their finish time in the past are completed, but aren't updated in the "/skills" route
yet. This will happen the next time the character logs in.

## Path parameters

- `character_id` integer, required

## 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

- CharactersSkillqueueSkill[]
  - `finish_date` string, date-time — The date the skill training will finish
  - `finished_level` integer, required — The level the skill is training for
  - `level_end_sp` integer — The Skill Points at the end of the level
  - `level_start_sp` integer — The Skill Points at the start of the level
  - `queue_position` integer, required — The position of the skill in the queue
  - `skill_id` integer, required
  - `start_date` string, date-time — The date the skill training will start/continue
  - `training_start_sp` integer — The Skill Points at the start of training

## 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/ac54efcef133/schema)
