Skip to main content
GET
List Generations

Authorizations

x-api-key
string
header
required

Query Parameters

genTypes
enum<string>[]

An array of output types you want to list, if not selected, all types will be returned.

Available options:
video,
audio,
image,
prompt
offset
number
required
Required range: x >= 0
limit
number
required
Required range: 3 <= x <= 24

Response

Response for status 200

hasNextPage
boolean
required

Next page is available

items
(Completed · object | Failed · object | Processing · object)[]
required

items

The generation is complete and you can get the download links from the response

Last modified on July 30, 2026