Skip to Content
API ReferenceAttemptPOST /generations

POST /attempt/generations

Generations Attempt

List attempt generation groups — composable infra architecture.

Request Body (GenerationsAttemptApiRequest)

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 (GenerationsAttemptApiResponse)

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