Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://openapi.octoparse.com/task/search \ --header 'Authorization: Bearer <token>'
{ "data": [ { "taskId": "<string>", "taskName": "<string>" } ], "requestId": "<string>" }
Required plan: Standard, Professional, or Enterprise.
Get task information based on task group ID.
Use the access_token obtained from POST /token
The task group ID to search tasks within
Tasks retrieved successfully
Show child attributes