get_event
Retrieve detailed information about a specific log event using its unique event ID, enabling precise analysis and troubleshooting in SEQ structured logging.
Instructions
Get detailed information about a specific log event
Input Schema
Name | Required | Description | Default |
---|---|---|---|
eventId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"eventId": {
"_def": {
"checks": [],
"coerce": false,
"description": "The ID of the event to retrieve",
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
}
},
"required": [
"eventId"
],
"type": "object"
}