---
title: "Get detailed insolvency proceeding information"
method: GET
path: "/v1/insolvency/{insolvency_id}"
tags: ["v1"]
---

# Get detailed insolvency proceeding information

`GET /v1/insolvency/{insolvency_id}`

## Path parameters

- `insolvency_id` string, uuid, required

## Response `200`

Successfully retrieved insolvency proceeding data

- Insolvency — An insolvency proceeding with all of its published events.
  - `id` string, uuid, required — Unique identifier of the insolvency proceeding.
  - `court` string, required — Insolvency court handling the proceeding.
  - `case_number` string, required — Case number of the proceeding at the court. Example: "36d IN 3382/25"
  - `company_id` string, nullable, required — Unique company identifier of the debtor, if the debtor is a registered company. Example: DE-HRB-F1103-267645
  - `debtor_name` string, required — Name of the debtor as published by the court.
  - `debtor_kind` 'legal_person' | 'natural_person' — Kind of debtor the proceeding concerns. - legal_person: legal entities (companies, associations, etc.) - natural_person: private individuals
  - `debtor_legal_form` string, nullable — Legal form of the debtor as published by the court.
  - `proceeding_kind` 'regular_insolvency' | 'consumer_insolvency' — Kind of insolvency proceeding.
  - `administration_kind` 'external_administration' | 'self_administration' | 'protective_shield' — Kind of administration ordered for the proceeding.
  - `insolvency_grounds` string[], required — Grounds for the insolvency (e.g. Zahlungsunfähigkeit, Überschuldung).
  - `distribution_claims_total` number, double, nullable — Total registered claims in the distribution, in euros.
  - `distribution_available` number, double, nullable — Amount available for distribution, in euros.
  - `current_status` 'preliminary' | 'opened' | 'rejected_no_assets' | 'mass_insufficient' | 'plan_supervised' | 'lifted' | 'discontinued' | 'discharge_pending' | 'discharge_granted' | 'discharge_denied' | 'discharge_revoked' | 'unknown', required — Current status of the insolvency proceeding.
  - `administrator_name` string, nullable — Name of the insolvency administrator.
  - `administrator_address` string, nullable — Address of the insolvency administrator.
  - `opened_at` string, date, nullable — Date the proceeding was opened. Format: ISO 8601 (YYYY-MM-DD)
  - `closed_at` string, date, nullable — Date the proceeding was closed. Format: ISO 8601 (YYYY-MM-DD)
  - `claims_filing_deadline` string, date, nullable — Deadline for creditors to file their claims. Format: ISO 8601 (YYYY-MM-DD)
  - `first_event_at` string, date, nullable — Publication date of the first known event of the proceeding. Format: ISO 8601 (YYYY-MM-DD)
  - `last_event_at` string, date, nullable — Publication date of the most recent known event of the proceeding. Format: ISO 8601 (YYYY-MM-DD)
  - `events` InsolvencyEvent[], required — All published events of the proceeding, ordered by date.
    - `id` string, uuid, required — Unique identifier of the event.
    - `event_type` 'preliminary_measures' | 'preliminary_measures_lifted' | 'proceedings_opened' | 'rejected_insufficient_assets' | 'in_proceeding_decision' | 'mass_insufficiency_notified' | 'distribution_announced' | 'distribution_record_filed' | 'final_distribution_announced' | 'proceedings_lifted' | 'proceedings_discontinued' | 'proceedings_terminated' | 'post_termination_decision' | 'subsequent_distribution_ordered' | 'discharge_pending' | 'discharge_granted' | 'discharge_denied' | 'discharge_revoked' | 'plan_confirmed' | 'plan_supervision_ordered' | 'plan_supervision_terminated' | 'other', required — Lifecycle event type of the insolvency proceeding.
    - `report_type` 'security_measures' | 'rejection_for_insufficiency_of_assets' | 'openings' | 'decisions_in_proceedings' | 'misc' | 'decisions_after_termination' | 'distribution_lists' | 'decisions_in_discharge_proceedings' | 'supervised_insolvency_plans', required — Category of the official publication the event was derived from.
    - `decision_date` string, date, nullable — Date of the court decision, if published. Format: ISO 8601 (YYYY-MM-DD)
    - `effective_at` string, date-time, nullable — Date the decision takes effect, if published.
    - `published_at` string, date, required — Date the event was published by the court. Format: ISO 8601 (YYYY-MM-DD)
    - `summary` string, required — Short summary of the publication.
    - `details` InsolvencyEventDetails, required — Structured details extracted from the publication, where available.
      - `administrator_name` string, nullable
      - `administrator_address` string, nullable
      - `claims_filing_deadline` string, nullable
      - `closed_at` string, nullable
      - `discharge_granted` boolean, nullable
      - `insolvency_grounds` string[], required
      - `distribution_claims_total` string, nullable
      - `distribution_available` string, nullable
      - `meetings` InsolvencyMeeting[], required
        - `kind` string, required
        - `at` string, nullable
        - `location` string, nullable

## Other responses

- `400` — Bad Request - Invalid parameters provided
- `401` — Unauthorized - Authentication required
- `402` — Payment Required - Insufficient credits for this request
- `404` — Not Found - Insolvency ID doesn't exist
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error - An error occurred while processing the request

---

[API](https://skmtc.net/openregister/apis/openregister-api.md) · [All operations](https://skmtc.net/openregister/apis/openregister-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openregister/openregister-api/revisions/1d5abbf21b60/schema)
