Results
Endpoints for accessing and filtering speedtest results. Requires API token with results:read scope.
Number of results per page
25Filter by ping value (supports operators like >=, <=, etc.)
Filter by download speed (supports operators like >=, <=, etc.)
Filter by upload speed (supports operators like >=, <=, etc.)
Filter by healthy status
Filter by status
Filter by scheduled status
Filter results created on or after this date (alias for created_at>=)
Filter results created on or before this date (alias for created_at<=)
Sort results by field (prefix with - for descending)
Must be "application/json" - this API only accepts and returns JSON
application/jsonOK
Unauthenticated
Forbidden
Not Acceptable - Missing or invalid Accept header
Validation failed
The ID of the result
Must be "application/json" - this API only accepts and returns JSON
application/jsonOK
Unauthenticated
Forbidden
Result not found
Not Acceptable - Missing or invalid Accept header
Must be "application/json" - this API only accepts and returns JSON
application/jsonOK
Unauthenticated
Forbidden
No result found
Not Acceptable - Missing or invalid Accept header
Last updated