In the list endpoints, the limit query parameter is used to control pagination by defining how many results are returned in a single response. This helps manage response size, optimize performance, and retrieve large datasets incrementally.
Example GET request: {{apiBaseUrl}}/assets?limit=5
The response includes a pagination.next field, which contains the endpoint to be used in the next request to retrieve the subsequent page of results.