in: query
name: limit_range
description: >-
  Pagination limit to specify the number of days to include in a single response page in the format: `days:28`.
  Results spanning more than one page will return a `next_cursor` value in the response. Provide this via the
  `cursor` parameter in subsequent requests to page through results. If the number of days provided exceeds the
  number of days between the `start_date` (or `cursor`) before the `end_date`, the results will only include
  data through the `end_date`.

  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: 'days:14'
required: false
schema:
  type: string
  pattern: '^(days:)[\d*]+$'