---
title: "Get staff steps ready to reallocate (legacy /reports/reallocation/steps/{ReportId})"
method: GET
path: "/reports/reallocation/steps/{reportId}"
tags: ["Reports"]
---

# Get staff steps ready to reallocate (legacy /reports/reallocation/steps/{ReportId})

`GET /reports/reallocation/steps/{reportId}`

**Requires permission:** *ReportAdmins*

Groups the report's entries by step + writing teacher + entry name, with completion counts. Port of the legacy RPT_RA_GetReportsByStaffForId SP, rebuilt from RPT_ENTRIES with the staff name resolved via the canonical staff bridge.

## Path parameters

- `reportId` integer, required

## Response `200`

Success - Got steps

- GetStaffReallocationStepsResponse
  - `staffSteps` ReportReallocationStaffSteps[]
    - `name` string, nullable
    - `staffName` string, nullable
    - `stepId` integer
    - `reportId` integer
    - `number` integer
    - `staffId` integer
    - `deleteConfirm` boolean
    - `complete` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Could not get steps
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
