# Reporting entities (collection under a client) ## Endpoints GET /v2/clients/:id/reporting-entities List reporting entities owned by the client given by `:id`. POST /v2/clients/:id/reporting-entities Create a new reporting entity owned by the client. ## Path params id (required) — Client identifier. The reporting-entity data model is documented under `aleta api --spec /v2/reporting-entities/:id`.