Fetch JSON Results
fetch_json_resultsFetch JSON extraction results for one or more document IDs directly in the response. Use when full JSON data is needed in context.
Instructions
Fetch JSON extraction results for one or more Suparse document IDs directly in the MCP response. This can be large; use only when you need the full JSON in context. For CSV, XLSX, Google Sheets, or saved JSON files, use download_results. If you need cleanup after fetching, call delete_documents after this tool succeeds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_url | No | Optional API base URL. Defaults to SUPARSE_API_URL or Suparse production API. | |
| export_type | No | Export mode for JSON results. Defaults to unified. | |
| document_ids | Yes | Suparse document IDs to export. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | ||
| results | Yes | ||
| export_type | Yes |