All API endpoints that return multiple items support cursor-based pagination. By default,Documentation Index
Fetch the complete documentation index at: https://forge.laravel.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
30 items are returned per page. You can specify the number of items to return per page by passing the page[size] parameter.
meta and links objects for navigating results:
page[cursor] parameter with the value from either meta.next_cursor or meta.prev_cursor from a paginated response.
meta.prev_cursor will be null on the first page and meta.next_cursor will be null on the last page.