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

## Changes

> 97 revisions in range; 1 not diffed.

- **2026-07-08** `93493def8bb7` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/humansignal/apis/label-studio-api/changes/api/projects/:project_pk/annotations-browse/get.md)

---

[API](https://skmtc.dev/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.dev/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/b589624c66c3/schema)
