Get logs for an execution
execution_get_logsRetrieve chronological logs for a specific execution, with filters for hypothesis, level, time range, or message search to diagnose issues.
Instructions
Fetches the structured logs recorded for a single execution, in chronological order, optionally filtered by hypothesis, level, time range, or a text search over the message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | ||
| limit | No | ||
| since | No | ISO timestamp lower bound on receivedAt. | |
| until | No | ISO timestamp upper bound on receivedAt. | |
| offset | No | ||
| search | No | Substring match against the log message. | |
| executionId | Yes | ||
| hypothesisId | No |