meta { name: List Available Themes type: http seq: 1 } get { url: {{appview_url}}/api/themes } assert { res.status: eq 200 res.body.themes: isDefined } docs { Returns themes filtered to those in the forum's themePolicy.availableThemes. Returns an empty array if no theme policy has been published. Returns: { "themes": [ { "id": "1", "uri": "at://did:plc:.../space.atbb.forum.theme/...", "name": "Neobrutal Light", "colorScheme": "light", "indexedAt": "2026-03-01T00:00:00.000Z" } ] } Error codes: - 500: Server error - 503: Database temporarily unavailable }