> ## Documentation Index
> Fetch the complete documentation index at: https://docs.2027.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# list_prompts

> List available eval prompts

# list\_prompts

List eval prompts available to your organization. Prompts define the task an agent will attempt during an evaluation.

## Parameters

| Parameter  | Type   | Required | Description                                    |
| ---------- | ------ | -------- | ---------------------------------------------- |
| `provider` | string | No       | Filter by provider domain (e.g., "resend.com") |

## Response

```json theme={null}
[
  {
    "id": "uuid-here",
    "title": "Getting Started with Resend",
    "orgDomain": "resend.com",
    "providerName": "Resend",
    "text": "Navigate to resend.com and..."
  }
]
```
