This feature is available only for the Enterprise plan. To get started, reach out to support@buildwithfern.com.
The x-fern-pagination extension configures auto-pagination for list endpoints in your OpenAPI specification. SDK and CLI users get automatic pagination without managing page tokens manually.
To configure pagination:
x-fern-pagination extensionoffset, cursor, next_uri, or next_path)results are located using dot-access notationThe x-fern-pagination extension supports the following properties:
Finding the location of your results
If your results are nested within the response object, use dot-access notation to specify the path. For example, if results are located in my_nested_object.inner_list, the results path would be $response.my_nested_object.inner_list.