---
title: "List Prompts"
method: GET
path: "/agent-knowledge/system-prompts"
tags: ["agent-knowledge"]
---

# List Prompts

`GET /agent-knowledge/system-prompts`

## Query parameters

- `scope` 'organization' | 'channel' | 'user'
- `channel_id` string, nullable
- `user_id` string, nullable
- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- ListSystemPromptEntriesResponse
  - `prompts` SystemPromptEntryResponse[], required
    - `id` string, required
    - `scope` 'organization' | 'channel' | 'user', required
    - `channelId` string, nullable
    - `userId` string, nullable
    - `title` string, required
    - `promptText` string, required
    - `promptSha256` string, required
    - `revision` integer, required
    - `createdByUserId` string, nullable
    - `updatedByUserId` string, nullable
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `total` integer, required
  - `page` integer, required
  - `pageSize` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
