Skip to main content
GET
Get Prompt
Returns the full details of a single prompt.

Parameters

number
required
Unique identifier for the prompt.
string
required
Bearer token. Format: Bearer slat_<your-token>.

Response

Returns 200 OK with the prompt details.
number
required
Prompt ID.
number
required
Topic ID the prompt belongs to.
string
required
The prompt text.
string[]
required
Target AI platforms.
string
required
Cron schedule expression.
string
required
Schedule timezone.
boolean
required
Whether the prompt is active.
string
Country code. null if not set.
string
Next scheduled run time. ISO 8601 format.
string
Last run time. ISO 8601 format. null if the prompt has not run yet.

Example

Response

Status codes

What’s next