---
title: "✨ Browse annotations for few-shot examples"
method: GET
path: "/api/projects/{project_pk}/annotations-browse"
tags: ["Prompts"]
---

# ✨ Browse annotations for few-shot examples

`GET /api/projects/{project_pk}/annotations-browse`

Lightweight annotations list for few-shot example browser.

## Path parameters

- `project_pk` integer, required

## Response `200`

- ProjectAnnotationsBrowseResponse
  - `annotations` ProjectAnnotationsBrowseItem[], required
    - `annotator` string, required
    - `annotator_id` integer, nullable, required
    - `created_at` string, required
    - `ground_truth` boolean, required
    - `id` integer, required
    - `result` unknown, required
    - `task_id` integer, required
    - `title` string, required
  - `count` integer, required

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/versions/1b113b8df950/schema)
