---
title: "GET /api/v1/workflows/runs/{runId}/artifacts"
method: GET
path: "/api/v1/workflows/runs/{runId}/artifacts"
tags: ["workflows"]
---

# GET /api/v1/workflows/runs/{runId}/artifacts

`GET /api/v1/workflows/runs/{runId}/artifacts`

## Path parameters

- `runId` string, required

## Response `200`

Artifacts generated for a workflow run

- RunArtifactsResponseDto
  - `runId` string, required
  - `artifacts` object[], required
    - `id` string, uuid, required
    - `runId` string, required
    - `workflowId` string, uuid, required
    - `workflowVersionId` string, uuid, nullable
    - `componentId` string, nullable
    - `componentRef` string, required
    - `fileId` string, uuid, required
    - `name` string, required
    - `mimeType` string, required
    - `size` number, required
    - `destinations` string[], required
    - `metadata` object, nullable
      - `remoteUploads` object[]
        - `type` 's3' | 'gcs', required
        - `bucket` string, required
        - `key` string, required
        - `uri` string, required
        - `region` string
        - `size` number
        - `etag` string
        - `url` string, uri
        - `metadata` object
    - `organizationId` string, nullable
    - `createdAt` string, date-time, required

## Changes

- **2025-11-12** `f17bc3143c22` — 1 breaking, 1 info
  - removed 'propertyNames' constraint from the `artifacts/items/metadata` response property for the status `200`
  - added the optional property `artifacts/items/metadata/remoteUploads` to the response with the `200` status
- **2025-11-11** `c3dec87fd434` — 1 info
  - endpoint added
- **2025-10-24** `8db531c050e5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/workflows/runs/:runId/artifacts/get.md)

---

[API](https://skmtc.dev/shipsecai/apis/shipsec-studio-api.md) · [All operations](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shipsecai/shipsec-studio-api/revisions/052d5668ea8f/schema)
