cURL
curl --request GET \ --url https://openapi.octoparse.com/data/notexported \ --header 'Authorization: Bearer <token>'
{ "data": { "data": [ {} ], "total": 123, "current": 123 }, "requestId": "<string>" }
Get data that has never been exported. Use ‘Mark Data as Exported’ to mark data after processing so it won’t appear here again.
Use the access_token obtained from POST /token
Number of rows to return
Non-exported data retrieved
Show child attributes