---
title: "Get artifacts for a run"
method: GET
path: "/v1/runs/{run_id}/artifacts"
tags: ["Artifacts"]
---

# Get artifacts for a run

`GET /v1/runs/{run_id}/artifacts`

Get artifacts for a run

## Path parameters

- `run_id` string, required — The id of the task run or the workflow run.

## Query parameters

- `artifact_type` ArtifactType[], nullable

## Headers

- `x-api-key` string, nullable — Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

## Response `200`

Successful Response

- Artifact[]
  - `created_at` string, required — The creation datetime of the task.
  - `modified_at` string, required — The modification datetime of the task.
  - `artifact_id` string, required
  - `artifact_type` 'recording' | 'audio' | 'session_replay' | 'eval_score' | 'eval_trajectory' | 'eval_rubrics' | 'browser_console_log' | 'browser_session_action_log' | 'skyvern_log' | 'skyvern_log_raw' | 'screenshot' | 'screenshot_llm' | 'screenshot_action' | 'screenshot_final' | 'screenshot_proxy' | '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
  - `uri` string, required
  - `bundle_key` string, nullable
  - `checksum` string, nullable
  - `file_size` integer, nullable
  - `task_id` string, nullable
  - `step_id` string, nullable
  - `workflow_run_id` string, nullable
  - `workflow_run_block_id` string, nullable
  - `run_id` string, nullable
  - `browser_session_id` string, nullable
  - `observer_cruise_id` string, nullable
  - `observer_thought_id` string, nullable
  - `ai_suggestion_id` string, nullable
  - `signed_url` string, nullable
  - `archived` boolean
  - `organization_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/skyvern-ai/apis/skyvern-api-2.md) · [All operations](https://skmtc.net/skyvern-ai/apis/skyvern-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skyvern-ai/skyvern-api-2/revisions/5116249dfff3/schema)
