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