---
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

---

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