This endpoint retrieves specific template by id
curl --request GET \ --url https://app.docs.bynesoft.com/api/ask/templates/{templateId} \ --header 'X-API-Key: <api-key>'
{ "name": "<string>", "id": "<string>", "template": "<string>", "type": "llm", "lastModified": "<string>", "dateCreated": "<string>" }
llm
agent