meta { name: Get Forum Metadata type: http seq: 1 } get { url: {{appview_url}}/api/forum } assert { res.status: eq 200 res.body.did: isDefined res.body.name: isDefined } docs { Retrieve forum metadata (singleton record). Returns: { "id": "1", "did": "did:plc:...", "name": "Forum Name", "description": "Forum description", "indexedAt": "2024-01-01T00:00:00.000Z" } Returns 404 if forum has not been initialized. }