WellbyteWellbyte

GET /v1/douyin/creator/fetch_mission_task_list

Get mission task list

stable · 2 credits per success

Get mission task list from Douyin Creator platform;Supports multiple filtering conditions including industry classification, payment type, platform channel, etc.;Important Parameter Usage Guidelines;Industry Classification Combination Rules;**industry_lv1=-1 (All)**: When selecting all primary industries, industry_lv2 parameter will be ignored, no need to set;**industry_lv1=specific value**: When…

Sign up for 500 credits and run with your own API key. Sign up free

Request

curl -s 'https://api.wellbyte.net/v1/douyin/creator/fetch_mission_task_list?limit=24&cursor=0&keyword=%E5%92%96%E5%95%A1&pay_type=4&tab_scene=1&industry_lv1=1913&industry_lv2=191301&mission_type=1&platform_channel=1&publish_time_start=1757097636&quick_selector_scene=NaN&greater_than_cost_progress=20' \
  -H "Authorization: Bearer dg_live_…"

Response

Sample captured 2026-08-27

data{
code:0
data{
has_more:false
total_num:0
status_msg:""
next_cursor:24
status_code:0
mission_cards:null
}
meta{
endpoint:"douyin.creator.fetch_mission_task_list"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

No calls yet. Get one green run first, then switch to your own data.

    Request parameters

    NameTypeInRequiredDescriptionExample
    limitintegerqueryno每页数量24
    cursorintegerqueryno游标0
    keywordstringqueryno关键词咖啡
    pay_typeintegerqueryno付费类型4
    tab_sceneintegerqueryno场景类型1
    industry_lv1integerqueryno一级行业1913
    industry_lv2integerqueryno二级行业191301
    mission_typeintegerqueryno任务类型1
    platform_channelintegerqueryno平台渠道1
    publish_time_startintegerqueryno发布开始时间1757097636
    quick_selector_sceneintegerqueryno快速选择场景demo
    greater_than_cost_progressintegerqueryno成本进度20

    Response fields

    Field dictionary coming soon — the executable panel shows the live shape.

    Errors

    codeHTTPMeaningBilled
    40001400Invalid parametersno
    40102401Invalid or revoked API Keyno
    40201402Insufficient creditsno
    40402404Resource not foundno
    42201422Quality gate failedno
    42901429Rate limit exceededno
    50401504Upstream timeoutno
    50201502Upstream errorno

    Billing

    Success costs 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.

    Search

    Search endpoints and docs