Freelance Jobs
List character freelance jobs
Listing of all freelance jobs you are actively participating in.
get/characters/{character_id}/freelance-jobs
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.
Response
OK
Example response
{
"freelance_jobs": [
{
"id": "3868eaed-8278-4cb7-9709-7d7de9c20dc7",
"last_modified": "2025-11-01T00:00:00Z",
"name": "Freelance Job Name",
"progress": {
"current": 50,
"desired": 100
},
"reward": {
"initial": 12345.5,
"remaining": 5432.1
},
"state": "Active"
}
]
}