メインコンテンツへスキップ
GET
/
data
/
notexported
未エクスポートデータを取得
curl --request GET \
  --url https://openapi.octoparse.com/data/notexported \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "data": [
      {}
    ],
    "total": 123,
    "current": 123
  },
  "requestId": "<string>"
}

承認

Authorization
string
header
必須

POST /tokenで取得したaccess_tokenを使用します。

クエリパラメータ

taskId
string
必須
size
integer
必須

返却する行数

レスポンス

200 - application/json

未エクスポートデータの取得に成功しました。

data
object
requestId
string