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

# Get Variables for Prompt



## OpenAPI

````yaml get /api/prompts/{id}/variables
openapi: 3.0.1
info:
  title: API V1
  version: v1
servers:
  - url: https://{defaultHost}
    variables:
      defaultHost:
        default: api.wispera.ai
security: []
paths:
  /api/prompts/{id}/variables:
    parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: string
    get:
      summary: Get Variables for Prompt
      responses:
        '200':
          description: successful

````