List Video Generations

List the video generations created through this API, newest first.

Headers

xi-api-keystringOptional

Query parameters

cursorstring or nullOptional

Pagination cursor: the next_cursor value of the previous page’s response. Omit it for the first page.

page_sizeintegerOptional1-100Defaults to 30
How many generations to return per page.
statusenum or nullOptional
Only return generations with this lifecycle status.
Allowed values:
model_idstring or nullOptional
Only return generations of this model.

Response

Successful Response
generationslist of objects
The generations on this page, newest first. Each item has the same shape as the corresponding GET endpoint's response.
next_cursorstring or null

Pass as cursor to fetch the next page. null when there is no further page.

has_morebooleanRead-only
Whether more generations exist beyond this page.

Errors

422
Unprocessable Entity Error