Skip to Content
API ReferencePersonaPOST /generations

POST /persona/generations

Generations Persona

List persona generation groups — composable infra architecture.

Request Body (GenerationsPersonaApiRequest)

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

Response (GenerationsPersonaApiResponse)

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