Get single prompt by slug.
Get only major versions
curl --request GET \ --url https://app.asserto.ai/api/prompts/{slug}
{ "slug": "<string>", "messages": [ { "role": "<string>", "content": { "type": "text", "text": "<string>" } } ], "variables": [ "<string>" ], "model": { "name": "<string>", "url": "<string>" }, "temperature": 123 }
API Key in the format: Authorization: ApiKey <key>
Authorization: ApiKey <key>
Successful Response
The response is of type object.
object