query
Get Template
Gets the query template object with the specified template_name.
Parameters
- template_name: str The name of the template user wants to get.
Returns
A QueryTemplate Pydantic object containing the target query template.
GET
/
api
/
v1
/
query
/
template
/
{template_name}
Authorizations
Authorization
string
headerrequiredEnter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Path Parameters
template_name
string
requiredResponse
200 - application/json
query_template
object
required