1. Agentic Tasks
TradeWind AI API 2.0 Documentation
🇺🇸 English
  • 🇨🇳 简体中文
  • 🇺🇸 English
  • TradeWind AI API 2.0
    • Reference
      • (Agent) Country and Language Codes Reference (No authentication required)
      • (Waterfall) Retrieve Industry references
      • (Waterfall) Retrieve Technology technical references
    • Agentic Tasks
      • (Agent) Task Creation
        POST
      • (Agent) Task List
        POST
      • (Agent) Task Data
        POST
    • (Waterfall) Company Search
      • (Waterfall) Company Search
      • (Waterfall) Company Enrichment
    • (Waterfall) People Search
      • (Waterfall) Contact Search
      • (Waterfall) Contact Enrichment
    • Email Verificatioin
      • Batch Task Result Query (Email Verification)
    • Customs Record Search
      • (Customs) Country Reference
      • Retrieve customs data list
      • Retrieve list of customs companies
      • Retrieve a company's customs status
      • Retrieve customs company details
      • Retrieve customs company trade trends
      • Retrieve a company's customs import and export records
      • Retrieve customs trade partner records for a company
      • Retrieve customs HS code records for companies
      • Retrieve list of products purchased or supplied by a customs company
      • Retrieve trade regions for a customs company
      • Retrieve statistics for customs, companies, and trade ports
      • (Customs) Intelligent Mail Search (Legacy)
      • List of companies matching the company name
      • List of contacts matched to the company
      • Retrieve customs procurement trends
      • Retrieve global customs regional distribution map
      • Retrieve customs transactions for Chinese suppliers
      • Retrieve customs merchant transactions
      • Retrieve Customs Merchant Transactions (New)
    • Health
      • GET API liveness probe
    • Metrics
      • GET API Operational Metrics
  1. Agentic Tasks

(Agent) Task List

POST
{{baseUrl}}/api/agentic/list
Last modified:2026-07-16 18:26:06
Retrieve the list of created agent tasks. Use the task data API to obtain task results (leads and contact information).

Request

Header Params

Body Params application/json

Example
{
  "offSet": 0,
  "limit": 10
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff '{{baseUrl}}/api/agentic/list' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
  "offSet": 0,
  "limit": 10
}'

Responses

🟢201已创建
application/json
Bodyapplication/json

Example
{
  "date": "2026/04/14",
  "status": 200,
  "message": null,
  "data": [
    {
      "taskId": "1f7cf233eb274fd09462019fff821f5e",
      "keyWord": "coffee roaster1",
      "country": "USA",
      "createDate": "2026-04-14 17:02:09",
      "startDate": "2026-04-14 17:02:09",
      "searchFinishDate": null,
      "selectState": "0",
      "clientCount": 4,
      "jobEnhanceSearch": "purchasing manager",
      "enterpriseEnhancedSearch": 1
    }
  ],
  "returnCode": 200,
  "count": 1,
  "isEmpty": false,
  "meta": {
    "billing": {
      "credits_charged": 0
    }
  }
}
🟠400请求有误
🟠401未认证
🟠402需要付款
🟠403权限不足
🟠409冲突
🟠429请求过多
Modified at 2026-07-16 18:26:06
Previous
(Agent) Task Creation
Next
(Agent) Task Data
Built with