get_task_raw_output
Retrieve raw text output from a completed SemaphoreUI task for LLM analysis. Provide project and task IDs to access the plain text results.
Instructions
Get raw output from a completed task for LLM analysis.
Args: project_id: ID of the project task_id: ID of the task
Returns: Raw task output as plain text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |