---
title: "List Source Annotations"
method: GET
path: "/sources/{source_id}/annotations"
tags: ["Sources"]
---

# List Source Annotations

`GET /sources/{source_id}/annotations`

## Path parameters

- `source_id` string, required

## Query parameters

- `type` 'repository' | 'documentation' | 'research_paper' | 'huggingface_dataset' | 'local_folder' | 'slack' | 'google_drive' | 'connector', nullable — Source type hint

## Response `200`

Successful Response

- SourceAnnotation[]
  - `id` string, required — Annotation identifier
  - `kind` 'note' | 'tip' | 'warning' | 'gotcha' — Annotation category
  - `content` string, required — Annotation text
  - `created_at` string, nullable — Creation timestamp (ISO)
  - `updated_at` string, nullable — Last update timestamp (ISO)

## Other responses

- `422` — Validation Error

---

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