cURL
curl --request GET \ --url https://openapi.octoparse.com/task/search \ --header 'Authorization: Bearer <token>'
{ "data": [ { "taskId": "<string>", "taskName": "<string>" } ], "requestId": "<string>" }
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