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

total
number
required

Total number of generations matching your query

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

Generations matching limit, offset and other queries you have specified

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

Last modified on July 30, 2026