Getting diagnostic logs
action1_list_logsRetrieve diagnostic logs from endpoints with pre-filtering by level, pagination, and sorting. Supports markdown or JSON output.
Instructions
Getting diagnostic logs. Gets diagnostic logs. Use parameters to pre-filter returned results. Perm: manage_endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Provide the number of the first record to be returned. | |
| level | No | Specify the minimum request level. | |
| limit | No | Set the maximum number of items to be returned (the page size). | |
| cursor | No | Pagination cursor. | |
| org_id | No | Org UUID. | |
| sortby | No | Define the sorting order by a certain field. | |
| verbose | No | Skip per-item compactor. | |
| auto_paginate | No | Walk all pages. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |