Skip to main content
POST
/
task
/
moveToGroup
Move Task
curl --request POST \
  --url https://openapi.octoparse.com/task/moveToGroup \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "moved": true
  },
  "requestId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://www.octoparse.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use the access_token obtained from POST /token

Query Parameters

taskId
string
required

ID of the task to move

taskGroupId
string
required

Destination task group ID

Response

200 - application/json

Task moved successfully

data
object
requestId
string