---
title: "Get asset run history"
method: GET
path: "/assets/{id}/run-history"
tags: ["assets"]
---

# Get asset run history

`GET /assets/{id}/run-history`

Get paginated run history for a specific asset

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- RunHistoryResponse
  - `limit` integer
  - `offset` integer
  - `run_history` RunHistory[]
    - `duration_ms` integer
    - `end_time` string
    - `event_time` string
    - `id` string
    - `job_name` string
    - `job_namespace` string
    - `run_id` string
    - `start_time` string
    - `status` string
    - `type` string
  - `total` integer

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2025-08-13** `231a3bc352fa` — 1 info
  - endpoint added
- **2025-06-02** `0c070796939d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/marmotdata/apis/marmot-api/changes/assets/:id/run-history/get.md)

---

[API](https://skmtc.dev/marmotdata/apis/marmot-api.md) · [All operations](https://skmtc.dev/marmotdata/apis/marmot-api/llms.txt) · [OpenAPI document](https://skmtc.dev/marmotdata/apis/marmot-api/revisions/cadebfd78fef?raw)
