GET
/
v1
/
prompt_engine
/
{id}
import { JigsawStack } from "jigsawstack";

const jigsaw = JigsawStack({ apiKey: "your-api-key" });

const response = await jigsaw.prompt_engine.get({
  "id": "14d675d5-b309-463d-8906-1be65af74c43"
})
🎉 Exciting News! We’ve enhanced Prompt Engine with powerful new capabilities. Meet Interfaze - our advanced LLM that takes your AI workflows to the next level, built for debvelopers, with improved performance better organization, and enhanced features.
x-api-key
string
required
Your JigsawStack API key

Query

id
string
The prompt id.

Response

success
boolean
Indicates whether the call was successful.
import { JigsawStack } from "jigsawstack";

const jigsaw = JigsawStack({ apiKey: "your-api-key" });

const response = await jigsaw.prompt_engine.get({
  "id": "14d675d5-b309-463d-8906-1be65af74c43"
})