{
"offSet": 0,
"limit": 10
}curl --location --request POST '/api/agentic/list' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"offSet": 0,
"limit": 10
}'{
"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
}
}
}