Skip to main content
GET
Retrieve prompt

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

promptId
string
required

The unique identifier of the prompt to retrieve.

Query Parameters

endDate
string

The end date for filtering the prompt's visibility data. Format should be a string.

startDate
string

The start date for filtering the prompt's visibility data. Format should be a string.

Response

successful operation

aiAssistants
string[]
required

An array of AI assistants associated with the prompt.

businessUnitId
string
required

The identifier for the business unit associated with the prompt.

createdAt
string<date-time>
required

The date and time when the prompt was created, in ISO 8601 format.

id
string
required

The unique identifier for the prompt.

prompt
string
required

The text of the prompt.

buyingJourneyPhase
string

The phase of the buying journey that the prompt is associated with.

language
string

The language in which the prompt is written.

visibility
object

An object representing the visibility settings of the prompt.

Last modified on June 29, 2026