get_log_entry
Retrieve a specific log entry by its ID to access detailed log entry information.
Instructions
Get a specific log entry by ID.
Args:
log_entry_id: The ID of the log entry
Returns:
LogEntry details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_entry_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| self | Yes | ||
| type | Yes | ||
| agent | No | ||
| teams | No | ||
| channel | No | ||
| service | No | ||
| summary | No | ||
| html_url | No | ||
| incident | No | ||
| created_at | Yes |