---
search:
  tags:
    - Events
    - GET
seo:
  description: >-
    The whole event: the scalar fields the list returns, plus description…
    Reference for the GET /api/v1/events/{id} endpoint in the Bloomcount Public
    API API.
sidebar:
  label: Get one event
  badge: GET
title: Get one event
type: openapi-operation
---
The whole event: the scalar fields the list returns, plus `description` (HTML), `links`, `imageUrls` (download
URLs for attached storage), and the event's `groups` with the `items` inside them. This is the only read that
returns an event's contents, so it is what an integration mirrors a quote from.

The heavy parts cost real work to assemble, so `fields` pays here: omitting `groups` skips loading the lines
and the variants, products and suppliers behind them, and omitting `imageUrls` skips a storage lookup per
image.

**Errors**

- `404 event_not_found` — unknown ID, or one belonging to another tenant.
- `400 invalid_event_id` — the ID is malformed.
- `422 unknown_fields:<names>` — a `fields` entry that doesn't exist on an event.

<Operation source="reference" id="get-api-v1-events-id" />
