Skip to main content
GET
List AI prompts

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Query Parameters

stepType
enum<string>
required

The sequence step type to list prompts for The sequence step type an AI prompt is written for. A prompt is only offered for the step type it was created with, and that step type cannot be changed afterwards.

Available options:
commentOnRecentPost

Response

The prompts available for the requested step type

id
integer
required

Unique identifier for the prompt

name
string
required

Display name of the prompt

text
string
required

The prompt instructions given to the AI

scope
enum<string>
required

Whether the prompt is a read-only library prompt or your own personal prompt

Available options:
library,
personal
stepType
enum<string>
required

The sequence step type this prompt is written for

Available options:
commentOnRecentPost