/v1/worlds/generations/{id} for pending or failed generation tasks. This list returns completed worlds that AI Sonar has indexed after generation.
Request Body
integer
default:"20"
Number of worlds to return, from 1 to 100.
string
Pagination token from the previous response.
string
Optional status filter. AI Sonar returns completed worlds for
SUCCEEDED; other statuses belong to the generation task endpoint.string
Optional Marble model filter.
array
Optional tag filter.
boolean
Optional visibility filter.
string
Only return worlds created after this timestamp.
string
Only return worlds created before this timestamp.
string
default:"created_at"
Sort by
created_at or updated_at.string
default:"desc"
Sort direction:
asc or desc.Response
array
Array of world records.
string
Token for the next page, or
null.