Skip to main content
GET
List your generations (all statuses), newest first

Authorizations

Authorization
string
header
required

Pixio API key

Query Parameters

status
enum<string>
Available options:
pending,
processing,
succeeded,
failed
type
enum<string>
Available options:
image,
video,
audio,
3d
page
integer
Required range: x >= 1
limit
integer
Required range: 1 <= x <= 100

Response

200

{ data: Generation[], page, limit, total, hasMore }