- URL:
 - https://<root>/logs
 - Methods:
 GET- Operations:
 - Clean Logs, Query Logs, Export Logs
 - Child Resources:
 - Settings
 - Required Capability:
 - Access allowed with any authorized privilege
 - Version Introduced:
 - 10.3.1
 
Description
The logs resource provides access to various operations and resources that allow you to query and clean logs, as well as edit the log settings.
Request parameters
| Parameter | Details | 
|---|---|
  | The response format. The default is  Values:   | 
Example usage
The following is a sample request URL used to access the logs resource:
https://organization.example.com/<context>/portaladmin/logs?f=pjsonJSON Response example
{
  "resources": [
    "settings"
  ],
  "operations": [
    "query",
    "clean"
  ]
}