Output access model
Result endpoints
Read result metadata
Start with:- Confirming output exists
- Checking format and timing metadata
- Deciding whether to export or inspect datasets next
Export JSON
Download CSV
Access datasets
Datasets are especially useful for recurring tasks and multi-run analysis:Media-aware outputs
When an output schema includes media fields, Titan stores media through ingestion and exposes stable platform URLs in the result data.Why Titan uses stable media URLs
Download media directly
Recommended consumption pattern
- Poll until the execution is
completed - Fetch result metadata
- Export JSON or CSV for structured data
- Resolve media only in the application layer that needs it