---
title: "GET /experimental/launch-runs/{id}/artifact"
method: GET
path: "/experimental/launch-runs/{id}/artifact"
tags: ["Launch Runs"]
---

# GET /experimental/launch-runs/{id}/artifact

`GET /experimental/launch-runs/{id}/artifact`

Returns a presigned URL for downloading the diagnostic workspace archive a launch run execution retained. Every execution retains an archive, success or failure alike. Requires workspace-admin permission because the archive is a raw workspace snapshot that can contain secrets a recipe or agent wrote. Pass `attempt` to download a specific execution’s archive (see the per-execution list at `/launch-runs/:id/executions`); omit it for the latest execution.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `attempt` integer

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'launch-run', required
    - `attributes` object, required
      - `presignedUrl` string, uri, required
      - `expiresAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

> 28 revisions in range; 1 not diffed.

- **2026-08-28** `d1ef4ac0815d` — 1 info
  - added the new optional `query` request parameter `attempt`
- **2026-08-27** `4e0376ae878b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/launch-runs/:id/artifact/get.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tessl/tessl-api/revisions/593ffe7cdc7b/schema)
