ListResponse[SemanticTemplateResponse]
Paginated response containing Semantic Template Response records. The required field is items.
items object[]필수
List of resource items
Server-assigned unique identifier
Resource name
alias object
URL-safe short handle
- string
- null
Resource type tag
type object
Subtype within category
- string
- null
collection_id object
Parent collection ID
- string
- null
folder_id object
Identifier of the containing folder.
- string
- null
tags object
Classification labels
- string[]
- null
description object
Resource description
- string
- null
Mandatory marking ids this resource requires; read-only — set via the marking guard endpoints, not Create/PATCH.
[]created_at object
Creation timestamp (Unix ms)
- integer
- null
updated_at object
Last update timestamp (Unix ms)
- integer
- null
owners object[]
Users and groups that own the resource.
"user.
Possible values: [user, group, public]
avatar_url object
- string
- null
avatar_config object
- object
- null
email object
- string<email>
- null
my_share_scope object
How the current caller received access to the resource.
- string
- null
Possible values: [owner, grant, admin]
templates object[]
Stable name of the computation template within its template group.
description object
Human-readable explanation of the computation.
- string
- null
Example questions used to match requests to this template.
Possible values: >= 1
slots object[]
Input slots shared by every query in the template.
Possible values: [string, number, value, list]
stringdescription object
- string
- null
truequeries object[]필수
Named queries whose results are passed to the computation code.
Possible values: >= 1
Possible values: [metrics, rows]
metricsquery object필수
Code that combines the named query results into the template output.
next_cursor object
Cursor for next page
- string
- null
Whether more pages exist
false{
"items": [
{
"id": "string",
"name": "string",
"alias": "string",
"category": "string",
"type": "string",
"collection_id": "string",
"folder_id": "string",
"tags": [
"string"
],
"description": "string",
"markings": [
"string"
],
"created_at": 0,
"updated_at": 0,
"owners": [
{
"id": "string",
"type": "user",
"display_name": "string",
"avatar_url": "string",
"avatar_config": {},
"email": "user@example.com"
}
],
"my_share_scope": "owner",
"templates": [
{
"name": "string",
"description": "string",
"questions": [
"string"
],
"slots": [
{
"name": "string",
"kind": "string",
"description": "string",
"required": true
}
],
"queries": [
{
"name": "string",
"table_id": "string",
"tool": "metrics",
"query": {}
}
],
"code": "string"
}
]
}
],
"next_cursor": "string",
"has_more": false
}