Skip to main content
GET
List templates

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

outputFormat
string

Template output format

limit
integer
default:10

Page size; parsed by the domain query validator

page
integer
default:1

Page number; parsed by the domain query validator

Response

OK

items
object[] | null

Templates in the current page

Example:
limit
integer<int64>

Maximum number of templates in the page

Example:

10

page
integer<int64>

Current page number

Example:

1

total
integer<int64>

Total number of matching templates

Example:

10