Amazon Mechanical Turk · JSON Structure

Amazon Mechanical Turk Pagination Token Structure

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 Properties: 0
CrowdsourcingHuman IntelligenceLaborMachine LearningTasks

PaginationToken is a JSON Structure definition published by Amazon Mechanical Turk. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mechanical-turk/refs/heads/main/json-structure/amazon-mechanical-turk-pagination-token-structure.json",
  "name": "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"
}