Beta module namespace
inventory
Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.
Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.
3 operations
| Method | Path | Required permission | Authentication | Summary |
|---|---|---|---|---|
| get | /v1/m/inventory/entities | inventory:catalog:read | Bearer token | Lists catalog entries, optionally filtered by kind and status, paginated by the default id keyset cursor. |
| get | /v1/m/inventory/entities/{kind}/{id} | inventory:catalog:read | Bearer token | Returns one catalog entry plus a minimal projection of the core entity it overlays. |
| get | /v1/m/inventory/summary | inventory:catalog:read | Bearer token | Returns the estate overview: counts by entity kind and by signal source. |