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

# Get run entities

`GET /runs/{id}/entities`

Get paginated list of entities for a specific run

## Path parameters

- `id` string, required

## Query parameters

- `entity_type` string
- `status` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- RunsRunEntitiesResponse
  - `entities` RunsRunEntity[]
    - `created_at` string
    - `entity_mrn` string
    - `entity_name` string
    - `entity_type` string
    - `error_message` string
    - `id` string
    - `run_id` string
    - `status` string
  - `limit` integer
  - `offset` integer
  - `total` integer

## Changes

- **2025-09-24** `01ebcc70d5ab` — 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/runs/:id/entities/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-service-production.skmtc.workers.dev/v1/apis/marmotdata/marmot-api/revisions/a27bbdf5acdc/schema)
