Skip to main content
GET
/
task
/
search
Search Task
curl --request GET \
  --url https://openapi.octoparse.com/task/search \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "taskId": "<string>",
      "taskName": "<string>"
    }
  ],
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Use the access_token obtained from POST /token

Query Parameters

taskGroupId
string
required

The task group ID to search tasks within

Response

200 - application/json

Tasks retrieved successfully

data
object[]
requestId
string