Get Test Result
get_test_resultFetch a complete test result from Allure TestOps by its ID. Specify output format and project to get agent-readable detail or JSON.
Instructions
Retrieve one complete TestOps result without recursively reading related results.
Attachment references identify their verified owner. Call prepare_attachment_download with an attachment's attachment_id, attachment_kind, and owner context, then HTTP GET the returned Lucius URL before it expires.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Optional override for the default Project ID. | |
| output_format | No | Output format: 'json' (default) or plain agent-readable detail. | |
| test_result_id | Yes | Exact Test Result ID from the /tree/{test_result_id} URL path; ignore treeId query state. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| core | No | ||
| issues | No | ||
| defects | No | ||
| members | No | ||
| partial | No | ||
| fixtures | No | ||
| test_case | No | ||
| test_keys | No | ||
| launch_url | No | ||
| project_id | No | ||
| result_url | No | ||
| environment | No | ||
| custom_fields | No | ||
| test_result_id | No | ||
| execution_steps | No | ||
| related_results | No | ||
| actual_launch_id | No | ||
| result_attachments | No | ||
| unavailable_sections | No |