Logs
List system logs by date range with paging
get/api/v1/logs
Query parameters
fromDatestring date-time required
UTC timezone (ISO format, in example 2024-02-05T02:00:00Z)
toDatestring date-time required
UTC timezone (ISO format, in example 2024-02-05T02:00:00Z)
skipinteger
Number of records to skip (optional)
takeinteger
umber of records to take (optional, max 1000)
Response
OK
Changes
No recorded changes to this endpoint across all 5 revisions of this API.