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

# List Prompts

> Retrieves all your saved prompts.

### Headers

<ParamField header="authorization" type="string" required>
  Your API key for authentication.
</ParamField>

### Response

<ResponseField name="status" type="string">
  Response status of the request.
</ResponseField>

<ResponseField name="prompts" type="array">
  An array of prompt objects.
</ResponseField>

<ResponseExample>
  ```json Response theme={null}
  {
    "status": "success",
    "prompts": [
      {
        "prompt": "My Prompt",
        "last_updated": "2024-05-12T22:52:49.004987+00:00",
        "id": "PT-aa8fb0ac-0014-43c0-9268-543522ce7e27",
        "name": "My First Prompt"
      }
    ]
  }
  ```
</ResponseExample>

***

Docs for agents: [llms.txt](/llms.txt)
