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…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| limit | integer | query | no | 每页数量 | 24 |
| cursor | integer | query | no | 游标 | 0 |
| keyword | string | query | no | 关键词 | 咖啡 |
| pay_type | integer | query | no | 付费类型 | 4 |
| tab_scene | integer | query | no | 场景类型 | 1 |
| industry_lv1 | integer | query | no | 一级行业 | 1913 |
| industry_lv2 | integer | query | no | 二级行业 | 191301 |
| mission_type | integer | query | no | 任务类型 | 1 |
| platform_channel | integer | query | no | 平台渠道 | 1 |
| publish_time_start | integer | query | no | 发布开始时间 | 1757097636 |
| quick_selector_scene | integer | query | no | 快速选择场景 | demo |
| greater_than_cost_progress | integer | query | no | 成本进度 | 20 |
Response fields
Field dictionary coming soon — the executable panel shows the live shape.
Errors
| code | HTTP | Meaning | Billed |
|---|---|---|---|
| 40001 | 400 | Invalid parameters | no |
| 40102 | 401 | Invalid or revoked API Key | no |
| 40201 | 402 | Insufficient credits | no |
| 40402 | 404 | Resource not found | no |
| 42201 | 422 | Quality gate failed | no |
| 42901 | 429 | Rate limit exceeded | no |
| 50401 | 504 | Upstream timeout | no |
| 50201 | 502 | Upstream error | no |
Billing
Success costs 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.