List worlds with optional filters.
Returns worlds created through the API with optional filtering and pagination.
Args: request: List request with optional filters:
Returns: ListWorldsResponse with worlds list and next_page_token for pagination.
Raises: HTTPException: 400 if invalid parameters HTTPException: 500 if request fails
API key for authentication. Get your key from the developer portal.
Request to list API-generated worlds with optional filters.
Filter worlds created after this timestamp (inclusive)
Filter worlds created before this timestamp (exclusive)
Filter by public visibility (true=public, false=private)
Filter by model used for generation
Marble 0.1-mini, Marble 0.1-plus Number of results per page (1-100)
1 <= x <= 100Cursor token for pagination (opaque base64 string from previous response)
Sort results by created_at or updated_at
created_at, updated_at Filter by world status
SUCCEEDED, PENDING, FAILED, RUNNING Filter by tags (returns worlds with ANY of these tags)