- list results for the run
- retrieve content outputs for specific results
List results
resultspagelimittotal
Result fields to expect
Depending on workflow and configuration, results may contain:urlfinal_urltitlestatus_codemarkdown_urlclean_html_urlraw_html_urllinksextraction_dataerror_message
Fetch screenshot access
Fetch content
UseGET /api/v1/runs/{runId}/results/{resultId}/content when you need the content output for a specific result. Document the exact content-type and payload contract here once that response format is finalized more explicitly in the API spec.
Recommended storage pattern
For production systems:- store the run ID
- store the result IDs you consume
- store normalized references to result content URLs you depend on
- avoid assuming every result will contain every content format