List Location Verifications
Locations
List Location Verifications
Get paginated verification history for a location (newest first).
Required Role: VIEWER or higher
Each record captures what rclone returned at a point in time — bucket existence, permission grid (list/read/write/delete), region match, and structured error codes on failure. Records cascade-delete with their parent location.
Attribution (who triggered, when, from where) lives in the audit_logs feed — this endpoint only returns the verification result payload.
GET
List Location Verifications
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100