---
title: "✨ List prompts"
method: GET
path: "/api/prompts/"
tags: ["Prompts"]
---

# ✨ List prompts

`GET /api/prompts/`

List all prompts.

## Query parameters

- `ordering` string
- `page` integer
- `page_size` integer
- `search` string

## Response `200`

- PaginatedModelInterfaceSerializerGETList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` ModelInterfaceSerializerGET[], required
    - `associated_projects` AssociatedProject[]
      - `id` integer, required
      - `title` string, nullable — Project name. Must be between 3 and 50 characters long.
    - `best_score` number, double, nullable, required
    - `created_at` string, date-time, required
    - `created_by` UserSimple — A ModelSerializer that takes additional arguments for "fields", "omit" and "expand" in order to control which fields are displayed, and whether to replace simple values with complex, nested serializations
      - `avatar` string, nullable, required
      - `email` string, email
      - `first_name` string
      - `id` integer, required
      - `last_name` string
      - `username` string, required
    - `description` string, nullable — Model description
    - `id` integer, required
    - `input_fields` unknown
    - `organization` integer, nullable
    - `output_classes` unknown
    - `runs_count` integer, required
    - `skill_name` 'TextClassification' | 'NamedEntityRecognition' — * `TextClassification` - TextClassification * `NamedEntityRecognition` - NamedEntityRecognition
    - `title` string, required — Model name
    - `updated_at` string, date-time, required
    - `versions_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/revisions/1b113b8df950/schema)
