List existing Trackers
This endpoint return a list of all existing Trackers, using page-based pagination.
Query parameters
The page index, starting from 1.
The maximum number of trackers returned per page.
Defines the sorting order of trackers. Use 1 for ascending (createdAt oldest first) and -1 for descending (createdAt newest first). The default is ascending (1) to ensure stable pagination.
Response
OK
Changes
Changed in 1 of the 3 revisions of this API.14
- ●
deleted the
headerrequest parameterAuthorizationrequest-parameter-removed
- ○
the endpoint scheme security
Authorizationwas added to the APIapi-security-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ●