Export Webhound Session
webhound_export_sessionExport completed reports or datasets as Markdown, HTML, TXT, JSON, CSV, JSONL, or PDF. Use after investigation finishes to retrieve structured output without spending credits.
Instructions
Export a completed report or dataset as Markdown, HTML, TXT, JSON traces, CSV, JSONL, or PDF. Does not spend credits. Wait for done=true before exporting unless the user explicitly asks for a partial artifact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | auto | |
| select | No | output | |
| doc_name | No | ||
| session_id | Yes | ||
| allow_partial | No | Set true only if the user explicitly asks for an interim/partial export before done=true. | |
| include_content | No | ||
| include_binary_base64 | No | Binary exports default to a download URL because base64 is not useful agent context. Set true only when raw binary bytes are required in the MCP response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| url | No | ||
| body | No | ||
| code | No | ||
| cost | No | ||
| data | No | ||
| done | No | ||
| kind | No | ||
| name | No | ||
| tool | Yes | ||
| error | No | ||
| agents | No | ||
| alerts | No | ||
| budget | No | ||
| format | No | ||
| status | No | ||
| blocked | No | ||
| content | No | ||
| dataset | No | ||
| healthy | No | ||
| message | No | ||
| omitted | No | ||
| product | No | ||
| resumed | No | ||
| stopped | No | ||
| summary | Yes | ||
| accepted | No | ||
| activity | No | ||
| delivery | No | ||
| encoding | No | ||
| filename | No | ||
| free_run | No | ||
| no_spend | No | ||
| required | No | ||
| documents | No | ||
| mime_type | No | ||
| retryable | No | ||
| row_count | No | ||
| checked_at | No | ||
| is_running | No | ||
| message_id | No | ||
| new_budget | No | ||
| session_id | No | ||
| size_bytes | No | ||
| top_up_url | No | ||
| api_message | No | ||
| billing_url | No | ||
| next_action | No | ||
| total_spent | No | ||
| amount_added | No | ||
| credit_limit | No | ||
| download_url | No | ||
| next_actions | No | ||
| output_ready | No | ||
| session_type | No | ||
| current_spend | No | ||
| download_note | No | ||
| error_details | No | ||
| original_tool | No | ||
| action_started | No | ||
| budget_control | No | ||
| content_base64 | No | ||
| current_budget | No | ||
| document_count | No | ||
| guidance_added | No | ||
| schema_version | Yes | ||
| complete_export | No | ||
| current_balance | No | ||
| mcp_next_action | No | ||
| previous_budget | No | ||
| session_started | No | ||
| status_snapshot | No | ||
| completion_state | No | ||
| research_harness | No | ||
| runtime_estimate | No | ||
| sidecar_guidance | No | ||
| agent_instruction | No | ||
| completion_reason | No | ||
| content_truncated | No | ||
| followup_check_in | No | ||
| supported_formats | No | ||
| assembly_triggered | No | ||
| binary_download_url | No | ||
| forbidden_next_tools | No | ||
| auto_recharge_enabled | No | ||
| successful_completion | No | ||
| user_message_template | No | ||
| evidence_pack_instruction | No | ||
| next_research_instruction | No | ||
| retry_after_user_confirms | No | ||
| export_deferred_until_done | No |