Skip to content

REST API

GenerationSummary

One generation of an index.

Example

{
"name": "2",
"live": true,
"createdAt": "2026-08-16T11:02:07Z"
}

Properties

namestring
Name of the generation within its index, which is what follows the @ when addressing it as products@2.
Example
"2"
liveboolean
Whether the index answers from this generation. Exactly one generation of an index does, unless the index has just been created.
createdAtstring
When the generation was created, as an ISO 8601 timestamp. Omitted for a generation registered before this was recorded.
Example
"2026-08-16T11:02:07Z"

Endpoints

Endpoints where the request or responses uses this type.

Other types

Types that reference this one.

Exofind is built by Level Four AB and is available under the Apache License 2.0.