Organization Themes
List theme summaries available to a Workspace administrator
Returns a bounded page of built-ins and published Organization themes without exposing drafts, manifests, or asset inventory.
GET
/themes/availableAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
workspace_id*string
Workspace ID
limit?integer
Maximum summaries to return
Format
int64Range
1 <= value <= 100Default
20cursor?string
Opaque cursor for stable built-in-first pagination
Length
length <= 1024Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/themes/available?workspace_id=string"{ "$schema": "https://example.com/api/v1/schemas/ThemeSummaryPage.json", "items": [ { "assigned_workspace_count": 0, "built_in": true, "created_at": "2019-08-24T14:15:22Z", "description": "string", "draft_revision": 0, "icon_pack": "lucide", "is_organization_default": true, "name": "string", "organization_id": "string", "published_revision": 0, "reference": { "id": "string", "kind": "built_in", "version": 1 }, "supported_schemes": [ "light" ], "updated_at": "2019-08-24T14:15:22Z" } ], "next_cursor": "string"}