get_job_log_entries
Retrieve trailing log entries from an SFCC job log, optionally filtered by severity level. Use it to monitor job execution or debug issues.
Instructions
Retrieve trailing log entries inside a specific job log, optionally filtered by severity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Optional log level filter (ERROR, WARN, INFO, DEBUG, or "all"). Defaults to "all". | all |
| limit | No | Maximum trailing lines to retrieve. Defaults to 10. | |
| jobName | No | The optional Job ID/name to target. If omitted, targets the newest active job log. |