mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
8 lines
301 B
YAML
8 lines
301 B
YAML
name: cursor
|
|
in: query
|
|
description: Paginate through users by setting the cursor parameter to a nextCursor attribute returned by a previous request's response. Default value fetches the first "page" of the collection. See pagination for more detail.
|
|
required: false
|
|
style: form
|
|
schema:
|
|
type: string
|