Organization Themes
List Organization theme summaries
Returns a bounded page of compact summaries. Fetch one theme by ID for draft and published manifests.
GET
/themesAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
organization_id*string
Organization ID
limit?integer
Maximum summaries to return
Format
int64Range
1 <= value <= 100Default
20cursor?string
Opaque cursor for stable name-ordered 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?organization_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"}