List Video Generations
List the video generations created through this API, newest first.
Headers
xi-api-key
Query parameters
cursor
Pagination cursor: the next_cursor value of the previous page’s response. Omit it for the first page.
page_size
How many generations to return per page.
status
Only return generations with this lifecycle status.
Allowed values:
model_id
Only return generations of this model.
Response
Successful Response
generations
The generations on this page, newest first. Each item has the same shape as the corresponding GET endpoint's response.
next_cursor
Pass as cursor to fetch the next page. null when there is no further page.
has_more
Whether more generations exist beyond this page.
Errors
422
Unprocessable Entity Error