Skills
Get character's skill queue
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.
get/characters/{character_id}/skillqueue
Path parameters
character_idinteger required
Example:90000001
The ID of the character
Headers
Accept-Language'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'
The language to use for the response.
If-None-Matchstring
The ETag of the previous request. A 304 will be returned if this matches the current ETag.
X-Compatibility-Date'2025-12-16' date required
The compatibility date for the request.
X-Tenantstring
The tenant ID for the request.
If-Modified-Sincestring
The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
Response
OK
Example response
[
{
"skill_id": 587
}
]