Skip to main content

Overview

These limits are derived from the json 200 in the API docs. Endpoints that return paginated data arrays support limit (default 250, max 1000) and cursor.

Methodology

  • Computed from json 200 response examples only; endpoints without data arrays were excluded.
  • Item size is taken from the first element of the example data array; real payloads with larger items should lower limits proportionally.
  • Max limits are clipped at 1000 even when payload math suggests higher counts.