List Prompts

List and search prompts

Endpoint

http
GET /api/v1/prompts

Query Parameters

  • project - Filter by project slug
  • search - Search by name or content
  • limit - Results per page (default: 20)
  • offset - Pagination offset

Example

const prompts = await client.listPrompts({ project: "my-app" })