Skip to main content
Every hosted run leaves structured records you can either download directly or push to a connected destination.

Downloads

Run artifacts are available per run via:
This returns download URLs for whichever artifacts the run produced, records_json, records_jsonl, source_pages_json, blocked_pages_json, validation_json, and report_md. Fetch any of them directly:
Or list all records for a run in one call:

Push to a destination

POST /v1/hosted/destinations/send pushes records, either inline or loaded from an owned run_id, to a named connector: your search index, warehouse, or webhook.
Or push to any HTTP endpoint you control:
Response:
Pushing to a destination costs 1 standard credit per record, the same rate as any other record-producing action.

Available connectors

Returns the list of registered connector names. Algolia and webhook ship today; the destination abstraction is built to add more (Elasticsearch, S3, BigQuery) without changing this API shape.