splitch

DocsAPIINVALID_PAGINATION.md

INVALID_PAGINATION

HTTP status
400
Details payload
{ field: "cursor" | "limit", reason: string }

Cause

The cursor or limit on a list request could not be used.

Fix

details.field names which one, and details.reason says why. Drop the cursor and start a fresh page, or bring the limit back inside the documented range.

Related codes