Skip to main content
GET
Get a Prompt Action

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.

Path Parameters

id
integer
required

Prompt Action ID

Required range: x >= 1

Response

The Prompt Action

A reusable AI prompt that runs against contacts and writes its results into contact custom fields.

id
integer
required
read-only

Unique identifier of the Prompt Action

name
string
required

Name of the Prompt Action

prompt
string
required

Prompt text sent to the model

outputs
Prompt Action Output · object[]
required

Values the prompt produces, each mapped to a contact custom field

createdAt
string<date-time>
required
read-only

When the Prompt Action was created

lastRunAt
string<date-time> | null
read-only

When the Prompt Action was last run, or null if it has never run