{ "operationId": "listSpaces", "method": "GET", "path": "/spaces", "summary": "List Spaces on the Hub", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listspaces200Example", "example": [ { "_id": "500123", "id": "abc123", "author": "example_value", "sha": "example_value", "lastModified": "2026-01-15T10:30:00Z", "private": true, "tags": [ "example_value" ], "likes": 10, "sdk": "gradio", "runtime": { "stage": "RUNNING", "hardware": { "current": "example_value", "requested": "example_value" } }, "createdAt": "2026-01-15T10:30:00Z" } ] } ] }