List generations
List the team’s image and video generations with cursor pagination, newest first. Filter by status or modality to find in-flight, completed, or failed generations and the assets they produced.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team (workspace) id (UUID). Discover ids via the list teams endpoint or the agent context.
Query Parameters
Opaque pagination cursor from the previous page response (nextCursor/prevCursor); omit to start at the first page.
Page size as a positive integer string; defaults to 25, capped at 100.
"25"
"100"
Field to sort by; each endpoint accepts its own allowlist and defaults to createdAt.
"createdAt"
Sort direction: asc or desc; defaults to desc.
asc, desc Return only generations in this status (e.g. reserved, running, succeeded, failed, or cancelled).
queued, reserved, running, rate_limited, ready, failed, cancelled, skipped_insufficient_credits Return only generations of this modality (image or video).
image, video