PaginationParameters
Defined in: src/schemas/pagination.schema.ts:97
Pagination parameters for requests.
Properties
Section titled “Properties”page_size?
Section titled “page_size?”
optionalpage_size?:number
Defined in: src/schemas/pagination.schema.ts:99
The number of items to return (default: 100, max: 100)
start_cursor?
Section titled “start_cursor?”
optionalstart_cursor?:string|null
Defined in: src/schemas/pagination.schema.ts:106
The cursor value from a previous response.
Pass it to continue pagination.
The SDK treats null the same as omitted.