Pagination is available on endpoints returning object lists. Defaults and maximum page sizes are endpoint-dependent, but can return up to 40,000 rows withDocumentation Index
Fetch the complete documentation index at: https://docs.withterminal.com/llms.txt
Use this file to discover all available pages before exploring further.
gzip compression enabled.
Parameters
limit: Sets the maximum object count to return; varies per endpoint.cursor: Retrieves the next page; found in thenextfield. Cursors may expire after a number of days, leading to an error response.
Important note: There are some scenarios where you may receive more or
less than the requested
limit. This is partially due to limitations of
telematics providers. Please ensure you rely on the presence of next rather
than the item count to know when you’ve reached the last page. This is
something we plan to improve in the future.Response
Anext field is present if more objects are available, containing the cursor for the next page. If no more objects exist, next will not be defined in the response.