origin_bridge_task_status
Check the status, retrieve results, and optionally view recent logs of a background task submitted to the Origin bridge.
Instructions
Read status, result, or optional recent logs for an Origin bridge background task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Optional Origin bridge host override. Normally omit to use configured localhost. | |
| port | No | Optional Origin bridge TCP port override. Normally omit to use the handshake value. | |
| token | No | Optional bridge authentication token override. Normally omit to use the handshake. | |
| task_id | Yes | Background task identifier returned by origin_bridge_submit_task. | |
| timeout | No | Bridge request timeout in seconds; null uses the configured default. | |
| log_limit | No | Maximum number of recent background-task log records to return. | |
| include_logs | No | Whether to include recent background-task log records in the response. | |
| include_result | No | Whether to include a completed background task's result payload. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||