Skip to content
OpenPostDocs
OpenPostDocs
Organization Themes

List Organization theme summaries

Returns a bounded page of compact summaries. Fetch one theme by ID for draft and published manifests.

GET/themes

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

organization_id*string

Organization ID

limit?integer

Maximum summaries to return

Formatint64
Range1 <= value <= 100
Default20
cursor?string

Opaque cursor for stable name-ordered pagination

Lengthlength <= 1024

Response 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"}