GET /data/v1/errors
Summary: List Errors
Operation ID: list-errors
Auth: unknown
Operation ID: list-errors
Auth: unknown
Description
Returns a list of errors.
Parameters (2)
filters[]
(array, query, optional)
Limit the results to rows that match conditions from provided key:value pairs. Must be provided as an array query string parameter. To exclude rows that match a certain condition, prepend a `!` character to the dimension. Possible filter names are the same as returned by the List Filters endpoint. Example: * `filters[]=operating_system:windows&filters[]=!country:US`
timeframe[]
(array, query, optional)
Timeframe window to limit results by. Must be provided as an array query string parameter (e.g. timeframe[]=). Accepted formats are... * array of epoch timestamps e.g. `timeframe[]=1498867200&timeframe[]=1498953600` * duration string e.g. `timeframe[]=24:hours or timeframe[]=7:days`
No probe data for this endpoint yet.