Get Logs By Correlation Id
get_logs_by_correlation_idFetch all logs for a correlation, trace, or request ID to trace the full lifecycle of a request. Exclude matching noise like health checks with wildcard patterns.
Instructions
Fetch all logs for a correlation/trace/request id. Use exclude_messages to filter out logs matching wildcard patterns (e.g. ["/health", "heartbeat"]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| last | No | ||
| limit | No | ||
| start | No | ||
| correlation_id | Yes | ||
| exclude_messages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||