Search Tasks
AgentTools API
Search Tasks
Search existing Octoparse tasks before starting, stopping, or exporting them through AgentTools.
GET
Search Tasks
The generated request and response examples are shown in the API panel. Use this page to understand the existing-task workflow.
Read normalized status
Use
taskStatusLabel for user-facing status and rawTaskStatusCode for lower-level diagnostics.Required header
x-external-user-id is required for task search.Status filters
Supported values are
Running, Stopped, Completed, and Failed.Task fields
Task fields
taskId identifies the task.taskName is the display name.taskDescription gives a short task summary when available.Paging fields
Paging fields
page, size, total, and totalPages describe the result set.What to call next
What to call next
Follow
suggestedNextCall, workflow, and toolHint when deciding whether to call startOrStopTask or exportData.