List your generation history
Cursor-paginated list of your team’s image and video generations, ordered by creation date (newest first). Use ?starting_after=<id> to walk forward and ?ending_before=<id> to walk backward; ?limit=N (1–100, default 20). The cursor is the opaque id of any row from the prior page.
Authorizations
Your team API key (starts with al_live_).
Headers
Optional API version pin (YYYY-MM-DD). Defaults to your team's pinned version, or the system default 2026-05-15 for unauthenticated requests.
^\d{4}-\d{2}-\d{2}$"2026-05-15"
Query Parameters
Cursor — opaque ID; returns rows STRICTLY OLDER than this
"img_01HXMQ7Z3K8Y2ABCDEFGHJKM"
Cursor — opaque ID; returns rows STRICTLY NEWER than this
"img_01HXMQ7Z3K8Y2ABCDEFGHJKM"
Items per page (1–100, default 20)
20
Response
Cursor-paginated list of generations
Discriminator
list "list"
Array of GenerationResponse items
True when the next page exists
true
Pass as ?starting_after= on the next request. null when has_more is false.
"img_01HXMQ7Z3K8Y2ABCDEFGHJKM"

