Skip to main content
Once an execution reaches a terminal success state, switch from execution monitoring to these output-oriented APIs.

Output access model

Result endpoints

Read result metadata

Start with:
This is useful for:
  • 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

  1. Poll until the execution is completed
  2. Fetch result metadata
  3. Export JSON or CSV for structured data
  4. Resolve media only in the application layer that needs it
This approach keeps storage concerns out of your main data pipeline.

Troubleshooting

Next steps