PaginationToken

If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

CrowdsourcingHuman IntelligenceLaborMachine LearningTasks
View JSON Schema on GitHub

JSON Schema

amazon-mechanical-turk-pagination-token-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mechanical-turk/refs/heads/main/json-schema/amazon-mechanical-turk-pagination-token-schema.json",
  "title": "PaginationToken",
  "description": "If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk returns a pagination token in the response. You can use this pagination token to retrieve the next set of results. ",
  "type": "string"
}