---
title: "Get stage to matter mappings in the firm"
method: GET
path: "/stages"
tags: ["Stages"]
---

# Get stage to matter mappings in the firm

`GET /stages`

Returns a list of stage to matter mappings in the firm.

## Query parameters

- `Offset` integer
- `Limit` integer
- `UpdatedSince` integer
- `LastUpdated` string, date-time

## Response `200`

When request is successful. Returns a paged collection of 'MatterStage' objects.

- MatterStagePagedCollection
  - `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
  - `value` MatterStage[], nullable
    - `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.
  - `offset` integer, nullable
  - `limit` integer, nullable
  - `size` integer
  - `first` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `previous` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `next` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `last` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable

---

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