---
title: "Get rapid refresh by ID"
method: GET
path: "/training/rapid-refresh/v1/{id}"
tags: ["Training"]
---

# Get rapid refresh by ID

`GET /training/rapid-refresh/v1/{id}`

Retrieves details for a specific rapid refresh.

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- S12TrainingRapidrefreshV1GetRapidRefreshByIdResponse
  - `rapidRefresh` S12TrainingRapidrefreshV1RapidRefresh
    - `id` string — ID of the rapid refresh
    - `title` string — Title of the rapid refresh
    - `description` string — Description of the rapid refresh
    - `startDate` string, date-time — Start date of the rapid refresh
    - `endDate` string, date-time — End date of the rapid refresh
    - `status` string — Status of the rapid refresh (all, draft, scheduled, in-progress, ended)
    - `schedule` string — Schedule of the rapid refresh (NotSpecified, Once, Daily, Weekly)
    - `language` string — Language of the rapid refresh
    - `leaderboardEnabled` boolean — Flag indicating leaderboards are enabled
    - `retriesEnabled` boolean — Flag indicating retries are enabled
    - `questions` S12TrainingRapidrefreshV1Question[] — List of questions in the rapid refresh
      - `id` string — ID of the question
      - `questionNumber` integer — Number of the question
      - `questionText` string — Text of the question
      - `followupText` string — Follow-up text of the question
      - `options` S12TrainingRapidrefreshV1Option[] — List of question options
        - `id` string — ID of the question
        - `answerNumber` integer — Answer number
        - `answerText` string — Answer text
        - `correct` boolean — Flag indicating correct option

## Other responses

- `default` — An unexpected error response.

---

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