Skip to Content
API ReferenceSettingPOST /generations

POST /setting/generations

Generations Setting

List setting generation groups — composable infra architecture.

Request Body (GenerationsSettingApiRequest)

FieldTypeRequiredDescription
searchstringNoName search (ILIKE)
date_fromstringNoStart date filter
date_tostringNoEnd date filter
page_limitintegerNoMaximum items per page
page_offsetintegerNoOffset for pagination
snapshot_keystringNoCache snapshot key for consistent reads across related requests

Response (GenerationsSettingApiResponse)

FieldTypeRequiredDescription
actor_namestringNoDisplay name of the current actor
itemsGenerationsSettingListItem[]NoGeneration groups
total_countintegerNoTotal number of matching generations
Last updated on