---
title: "Fetch managed case timeline"
method: GET
path: "/managed-cases/{id}/timeline"
tags: ["ManagedCases"]
---

# Fetch managed case timeline

`GET /managed-cases/{id}/timeline`

Returns the complete chronological event history for a case you submitted as managing partner.

**Timeline Events Include:**
- Case submission and acceptance
- Assignment to collection partner
- Status changes and lifecycle transitions
- Payment recordings
- Communication events between collection partner and creditor
- Collection partner updates and notes

**Managing Partner Transparency:**
The timeline provides full visibility into the collection partner's activities, allowing you to monitor progress and keep your clients informed.

**Response shape:**
- `items` — chronological list of timeline events
- `currentEngagementPhase` — current phase of the active engagement: "Pre-legal", "Legal", or "Enforcement". Null when no active engagement exists.

**Use Case:**
Use this to track case progress, update your clients on status, or audit collection partner activities.

## Path parameters

- `id` string, uuid, required

## Response `200`

Timeline returned

- DebituraWebExternalApiContractsV1CasesCaseTimelineResponse — Response envelope for GET /cases/{id}/timeline. Wraps the chronological event list with case-level context that cannot be expressed as a single timeline entry.
  - `items` DebituraWebExternalApiContractsV1CasesTimelineItemDto[], nullable, required — Chronological list of events on the case.
    - `date` string, date-time
    - `type` string, nullable, required
    - `title` string, nullable, required
    - `description` string, nullable, required
    - `actor` DebituraWebExternalApiContractsV1CasesTimelineActorDto — Represents the actor (person or system) that performed a timeline action.
      - `type` string, nullable, required — The type of actor. One of: "System", "Creditor user", "Partner user".
      - `name` string, nullable — Display name of the actor, if available.
  - `currentEngagementPhase` string, nullable — The current engagement phase of the case, sourced from CaseEngagement.CurrentPhase. Possible values: "Pre-legal", "Legal", "Enforcement". Null when no active engagement exists (e.g. case not yet assigned to a partner).

## Other responses

- `400` — Case ID missing or empty
- `404` — Case not found or not submitted by you as managing partner

---

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