# syn conversations > "Inspect agent conversation logs" Inspect agent conversation logs ## `syn conversations metadata` Show metadata summary for a session's conversation. ```bash syn conversations metadata ``` **Arguments:** | Name | Type | Required | Description | |------|------|----------|-------------| | `session_id` | `text` | Yes | Session ID | --- ## `syn conversations show` Show parsed conversation log lines for a session. ```bash syn conversations show ``` **Arguments:** | Name | Type | Required | Description | |------|------|----------|-------------| | `session_id` | `text` | Yes | Session ID | **Options:** | Flag | Type | Default | Description | |------|------|---------|-------------| | `--offset` | `integer` | `0` | Line offset for pagination | | `--limit` | `integer` | `100` | Max lines to show (max 500) | ---