Reference
Get Prompt Template (Deprecated)
GET
Get Prompt Template allows you to get the template for a prompt based on the name. If the template is found, it will send you back a json object that includes some metadata (including the id
, which can be used as the prompt_id
in track-request
) and the prompt-template
itself which is a JSON representation of your prompt following the langchain format.
Headers
Response
200
application/json
Successful Response
The response is of type object
.