---
title: "Get run details"
method: GET
path: "/v1/runs/{id}"
tags: ["Runs"]
---

# Get run details

`GET /v1/runs/{id}`

Get run metadata and summary totals.

For full event history with retry chains, anomalies, and debugging details,
use GET /runs/:id/timeline instead.

## Path parameters

- `id` string, required

## Response `200`

Run details with totals

- object — Run details with totals
  - `id` string
  - `customerId` string
  - `customerName` string, nullable
  - `workflowId` string
  - `workflowName` string
  - `status` string
  - `startedAt` string, date-time, nullable
  - `endedAt` string, date-time, nullable
  - `durationMs` integer, nullable
  - `errorMessage` string, nullable
  - `errorCode` string, nullable
  - `correlationId` string, nullable
  - `metadata` object, nullable
  - `totals` object
    - `eventCount` integer
    - `totalQuantity` string
    - `totalCostUnits` string
  - `_links` object
    - `timeline` string — URL to get full event timeline

## Other responses

- `401` — Unauthorized
- `404` — Run not found

---

[API](https://skmtc.net/usedrip/apis/drip-api.md) · [All operations](https://skmtc.net/usedrip/apis/drip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usedrip/drip-api/versions/2cb1567969ca/schema)
