Skip to main content
GET
List generations
Cursor-paginated, newest first. To page: take the last id in data and pass it as starting_after on the next request. Keep paging while hasMore is true.

Authorizations

Authorization
string
header
required

Your Selektable API key (selektable_...), sent as Authorization: Bearer <key>.

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
starting_after
string

A generation id to page after.

status
enum<string>
Available options:
processing,
complete,
failed

Response

A list of generations

object
enum<string>
Available options:
list
data
object[]
hasMore
boolean