---
title: "Get Entity Sources"
method: GET
path: "/entities/{entity_id}/sources"
tags: ["entities"]
---

# Get Entity Sources

`GET /entities/{entity_id}/sources`

List the per-resource provenance rows for an entity.

## Path parameters

- `entity_id` string, uuid, required

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- EntitySourcesResponse
  - `items` EntitySourceResponse[], required
    - `id` string, uuid, required
    - `resource_id` string, required
    - `quote` string, nullable
    - `confidence` number, nullable
    - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/hyperspell/apis/hyperspell-api.md) · [All operations](https://skmtc.net/hyperspell/apis/hyperspell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperspell/hyperspell-api/revisions/5721acd588e6/schema)
