Documentation Index
Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
Use this file to discover all available pages before exploring further.
Event Properties
| Field | Value |
|---|
event | "embedded.templatesReturned" |
confidential | boolean |
payload | object |
Public Payload
Confidential Payload
| Field | Type | Description |
|---|
count | number | Number of templates returned |
Example
{
"event": "embedded.templatesReturned",
"confidential": false,
"payload": {
"count": 5
}
}
| Field | Type | Description |
|---|
count | number | Number of templates returned |
Example
{
"event": "embedded.templatesReturned",
"confidential": true,
"payload": {
"count": 5
}
}