get_session
Fetches complete details of an exploratory test session: name, mission, status, assignee, linked release, attachments, issues, and findings.
Instructions
Get the full details of one exploratory session: name, mission, status, assignee, linked release, attachments, linked issues, findings. sessionId accepts either the internal _id or a counter-style ID like 'SES-12'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID (required). | |
| sessionId | Yes | Internal _id or counter-style ID (required). |