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

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

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

Lists every recorded execution of a launch run's workflow — oldest-first — with each attempt's outcome, timestamps, and diagnostic summary/details. A cumulative launch bill spans retries, so this surfaces why earlier cold executions failed rather than only the newest transcript. For a caller with workspace-admin permission, a failed execution is flagged `artifactAvailable`; download its archive from `/launch-runs/:id/artifact?attempt={attempt}`. Returns an empty list when no execution has recorded metrics yet.

## Path parameters

- `id` string, uuid, required

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
    - `next` string, uri, nullable, required
    - `prev` string, uri, nullable, required
  - `meta` object, required
    - `count` number, required
  - `data` object[], required
    - `id` string, uuid, required
    - `type` 'launch-run-execution', required
    - `attributes` object, required
      - `attempt` integer, required
      - `status` string, required
      - `exitCode` integer, required
      - `totalDurationMs` integer, nullable, required
      - `createdAt` string, date-time, required
      - `diagnosticSummary` string, nullable
      - `diagnosticDetails` string, nullable
      - `artifactAvailable` boolean

## Other responses

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

## Changes

- **2026-08-28** `d1ef4ac0815d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/launch-runs/:id/executions/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/a86955943354/schema)
