get_logs
Get the last n Python logging records from the app to inspect runtime behavior and troubleshoot issues. Specify n to control how many entries are returned (default 50).
Instructions
Get the last n Python logging records from the app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |