How it works
Every list endpoint accepts two query parameters:Response format
List responses include pagination metadata:Example: Paginating through sessions
First page
Next page
Use theend_cursor value from the previous response:
Collecting all results
Migrating from offset-based pagination
If you’re migrating from API v1 or v2, replaceoffset/limit with after/first:

