Get plugin logs
Returns the plugin's buffered log lines at or above the current log level
GET /plugins/{id}/logs
note
SDK method: getPluginLogs
Security: authenticated (policy: platform.manage)
Attributes
Attributes (3)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
level | PluginLogLevel | No | |
limit | number | No |
Response
200 OK — Returns a PluginLogPage object.