v60

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0283227863.6 KB
Artifacts

Get artifacts for a run

Get artifacts for a run

get/v1/runs/{run_id}/artifacts

Path parameters

run_idstring required

The id of the task run or the workflow run.

The id of the task run or the workflow run.

Query parameters

artifact_typeArtifactType[] nullable

Headers

x-api-keystring nullable

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Response

Successful Response

created_atstring required

The creation datetime of the task.

modified_atstring required

The modification datetime of the task.

artifact_idstring required
artifact_type'recording' | 'audio' | 'session_replay' | 'browser_console_log' | 'skyvern_log' | 'skyvern_log_raw' | 'screenshot' | 'screenshot_llm' | 'screenshot_action' | 'screenshot_final' | 'llm_prompt' | 'llm_request' | 'llm_response' | 'llm_response_parsed' | 'llm_response_rendered' | 'visible_elements_id_css_map' | 'visible_elements_id_frame_map' | 'visible_elements_tree' | 'visible_elements_tree_trimmed' | 'visible_elements_tree_in_prompt' | 'hashed_href_map' | 'visible_elements_id_xpath_map' | 'html' | 'html_scrape' | 'html_action' | 'trace' | 'har' | 'script_file' | 'pdf' | 'step_archive' | 'task_archive' | 'download' required
uristring required
bundle_keystring nullable
checksumstring nullable
file_sizeinteger nullable
task_idstring nullable
step_idstring nullable
workflow_run_idstring nullable
workflow_run_block_idstring nullable
run_idstring nullable
browser_session_idstring nullable
observer_cruise_idstring nullable
observer_thought_idstring nullable
ai_suggestion_idstring nullable
signed_urlstring nullable
archivedboolean
organization_idstring required

Example response

[
  {
    "created_at": "2023-01-01T00:00:00Z",
    "modified_at": "2023-01-01T00:00:00Z"
  }
]