Download recordings, screenshots, extracted data, and generated code from completed runs in the Skyvern Cloud UI or programmatically via the API.
Every run generates artifacts: video recordings, screenshots at each decision point, extracted data as JSON, and any downloaded files. Most are visible in the Run Details page, but you can also save them locally or pull them into another system.
Screenshots with numbered element annotations (what the AI analyzed)
screenshot_action
Screenshots taken after each browser action
screenshot_final
Final page state when the run ended
llm_prompt
Complete prompt sent to the LLM (goal, element tree, system instructions)
llm_request
Raw API request payload sent to the model provider
llm_response
Raw model response
llm_response_parsed
Parsed action list (what the AI decided to do)
visible_elements_tree
DOM tree of interactive elements the AI could see (JSON)
html_scrape
Full page HTML at the time of the step
skyvern_log
Formatted execution logs
har
HTTP Archive file (every network request the browser made)
trace
Browser trace file for performance analysis
The annotated screenshots (screenshot_llm) and parsed action lists (llm_response_parsed) are the most useful for debugging. Annotated screenshots show which elements the AI identified, and the action list shows what it decided to do with them.
Run Details
Understand what each tab shows and how to debug failures