Gets the paginated list of all the query templates. The API can only return 100 tables at a time, starting from the offset number specified.
A QueryTemplates Pydantic object containing a List of QueryTemplate objects.
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Successful Response
The response is of type object
.
Gets the paginated list of all the query templates. The API can only return 100 tables at a time, starting from the offset number specified.
A QueryTemplates Pydantic object containing a List of QueryTemplate objects.
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Successful Response
The response is of type object
.