in: query
name: cursor
description: >-
  This pagination parameter should be the value from a previous response's `next_cursor`, which contains the
  starting point of the current page results' data. Provide this updated value to effectively page through results
  when using the `limit_range` parameter. Passing a cursor outside of the provided `start_date` and `end_date`
  range will result in the `cursor` simply be ignored.

  See more extensive documentation in
  [The Delphi API - Endpoints & Parameters - Paginating Results](https://data-analytics.atlassian.net/wiki/spaces/DDPS/pages/427720719/Endpoints+Parameters#Paginating-Results).
example: 'date:2021-04-15'
required: false
schema:
  type: string
  pattern: '^date:\d{4}-\d{2}-\d{2}$'