get_logs
Retrieve log entries for a Clockwork request, with optional minimum log level filtering, to inspect application activity and diagnose problems.
Instructions
Get log entries for a request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Minimum log level | |
| token | No | Pre-authenticated X-Clockwork-Auth token (alternative to password) | |
| baseUrl | No | Clockwork application base URL (e.g. https://my-app.test). Overrides CLOCKWORK_BASE_URL / local storage for this call | |
| password | No | Clockwork authentication password | |
| username | No | Clockwork authentication username | |
| requestId | Yes | Clockwork request ID |