GET
/
v1
/
prompt_engine
/
{id}
curl --request GET \
  --url https://api.jigsawstack.com/v1/prompt_engine/{id} \
  --header 'x-api-key: <x-api-key>'
{
  "success": true
}
x-api-key
string
required

Your JigsawStack API key

Query

id
string

The prompt id.

Response

success
boolean

Indicates whether the call was successful.