Discussions

Ask a Question
Back to all

Can clients request “full historical” in one task?

Users can request full historical data by submitting the request with "first_page_only": false and an empty "last_review_hashes": [].

Example:

{
  "first_page_only": false,
  "last_review_hashes": []
}