---
title: "Get the staff progress for a report step"
method: GET
path: "/reports/steps/reportsinstep/{stepId}"
tags: ["Reports"]
---

# Get the staff progress for a report step

`GET /reports/steps/reportsinstep/{stepId}`

**Requires permissions:** *MusicAdmins* or *ReportAdmins*

Returns, per teacher with entries in the step, their total/complete entry counts, the set codes they are writing for, and their name + staff code (port of RPT_A_StaffForSteps).

## Path parameters

- `stepId` integer, required

## Query parameters

- `music` boolean, nullable

## Response `200`

Success - Retrieved staff progress

- GetReportsInStepResponse
  - `staff` ReportStaffDto[], nullable
    - `staffPreferredName` string, nullable
    - `staffSurname` string, nullable
    - `code` string, nullable
    - `total` integer
    - `staffId` integer
    - `complete` integer
    - `setCodes` string, nullable
    - `loading` boolean

## Other responses

- `400` — An Error Occurred - Could not get staff progress
- `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)
