---
title: "Get a matter stage information"
method: GET
path: "/matters/{matterId}/stages"
tags: ["Stages"]
---

# Get a matter stage information

`GET /matters/{matterId}/stages`

Returns the specified matters stage information.

## Path parameters

- `matterId` string, uuid, required

## Response `200`

When request is successful. Returns a 'MatterStage' object.

- MatterStage — Contains the current stage of the matter.
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable
  - `self` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `versionId` string, nullable — Version id of the record.
  - `matter` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `stageSet` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `stage` Stage — Contains information of a stage in a stage set.
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
    - `self` Link
      - `id` string, nullable
      - `href` string, nullable
      - `relation` string, nullable
      - `method` string, nullable
    - `id` string, nullable — Unique identifier of the stage.
    - `versionId` string, nullable — Version id of the record.
    - `name` string, nullable — Name of the stage.
    - `isDeleted` boolean — True when the stage is deleted.
    - `lastUpdated` integer — Timestamp when the stage was last updated.
  - `lastUpdated` integer — Timestamp when the matter stage was last updated.

## Other responses

- `400` — When an unsupported request is made.
- `403` — When the matter stage is not associated with the authenticated client.
- `404` — When matter stage information with specified matter id does not exist.

---

[API](https://skmtc.dev/smokeball/apis/api.md) · [All operations](https://skmtc.dev/smokeball/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smokeball/api/revisions/db1b8a86b58e/schema)
