List games
Returns the authenticated user's games, most recently updated first
Responses
- application/json
Request Example for get/studio/v1/games
curl https://api-integration.gamecraft.rp.devfactory.com/studio/v1/games \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"games": [
{
"id": "a9d16e4d-c536-4550-88e6-e43b0208feb0",
"title": "Cat Astronaut Platformer",
"folder": "games/pr1234/cat-astronaut-platformer-a1b2c3",
"status": "ready",
"previewStatus": "ready",
"previewUrl": "https://trilogy-group.github.io/ai-games/pr1234/cat-astronaut-platformer-a1b2c3/",
"previewPublishSha": "abc123def456",
"createdAt": "2026-07-06T12:00:00Z",
"updatedAt": "2026-07-06T12:05:00Z"
}
]
}