Log template
List templates
List all templates without their content.
get/controlplane/template
Query parameters
organization_idinteger required
The ID of the organization.
account_idinteger
The ID of the account.
namestring
The name of the template.
capability_categorystring
capability_providerstring
Response
The operation was successful.
Example response
[
{
"paging": {
"limit": 200
},
"results": [
{
"organization_id": 1234,
"account_id": 2345
}
]
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.