Skip to main content
GET
/
taskGroup
Get Task Group Information
curl --request GET \
  --url https://openapi.octoparse.com/taskGroup \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "taskGroupId": "<string>",
      "taskGroupName": "<string>"
    }
  ],
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Use the access_token obtained from POST /token

Response

200 - application/json

Task group list retrieved successfully

data
object[]
requestId
string