External DocumentationTo learn more, visit the Delinea documentation.
Actions
Search Templates
Search, filter, sort, and page secret templates.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Max Records | Maximum number of records to include in results. |
| Search By Text | Search text. |
| Parameter | Description |
|---|---|
| Include Inactive Secrets | Whether to include inactive secret templates in the results. |
{
"batchCount": 0,
"currentPage": 0,
"hasNext": true,
"hasPrev": true,
"nextSkip": 0,
"pageCount": 0,
"prevSkip": 0,
"records": [
{
"active": true,
"heartbeatEnabled": true,
"id": 0,
"name": "string",
"passwordTypeId": 0,
"passwordTypeReady": true,
"secretCount": 0
}
],
"severity": "None",
"skip": 0,
"sortBy": [
{
"direction": "None",
"name": "string",
"priority": 0
}
],
"success": true,
"take": 0,
"total": 0
}
Was this page helpful?