Fetch Source Content (deprecated)
hydra_db_fetch_contentFetch the full text content of a source from Hydra DB using its source ID. Retrieve the original ingested content for a previously stored source.
Instructions
DEPRECATED — use hydradb_inspect instead. Fetch the full content of a specific source by its source ID from Hydra DB. Returns the original text content that was ingested. Use this to retrieve the complete content of a previously stored source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Fetch mode: 'content' for text, 'url' for presigned URL, 'both' for both (default: 'content') | |
| source_id | Yes | The source ID to fetch content for |