ListResponse[ArtifactTemplate]
Paginated response containing Artifact Template records. The required field is items.
items object[]필수
List of resource items
Array [
nameName (string)필수
URL-safe identifier used to download the template.
descriptionDescription (string)필수
Short summary of the scaffold.
protocolProtocol (string)필수
REST contract this scaffold implements (matches Model.protocol). Clients filter the list endpoint via ?protocol=<value>.
Possible values: [openai-embeddings, custom]
]
next_cursor object
Cursor for next page
- string
- null
string
has_moreHas More (boolean)
Whether more pages exist
기본값:
falseListResponse[ArtifactTemplate]
{
"items": [
{
"name": "string",
"description": "string",
"protocol": "openai-embeddings"
}
],
"next_cursor": "string",
"has_more": false
}