Fetch DNO lookup log entries
GET
/system/v2/dno/logs
Platform support: MT and CC
Returns log entries for DNO lookups. Entries are recorded when a caller ID is found on the DNO list (blocking a call), when a provider API call fails, or when the provider's response indicates a failed DNO lookup. Results are sorted by timestamp descending.
The log table retains at most 10 000 entries; older entries are overwritten as new ones arrive.
Request
Responses
- 200
- 400
- 404
- 405
- 500
List of matching DNO log entries.
The request body could not be decoded, the number or region fields are missing,
or the number cannot be normalised to E.164 format.
The requested route does not exist.
The HTTP method is not supported on this path.
Failed to retrieve log entries from the database.