# Private instruments under a reporting entity Endpoint that lists the private-market instruments owned by a specific reporting entity. ## Endpoints GET /v3/instruments/:id/private-instruments List private-market instruments held by the reporting entity given by `:id`. ## Path params id (required) — Reporting entity identifier (Mongo ObjectID). Note the path uses /instruments/ in the URL but `:id` here is a *reporting entity* ID, not an instrument ID. See the public docs for the rationale.