---
title: "Get a global response set"
method: GET
path: "/response_sets/{id}"
tags: ["Response Sets"]
---

# Get a global response set

`GET /response_sets/{id}`

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- S12ThepubV1GetGlobalResponseSetResponse — Result returned from `GetGlobalResponseSet`
  - `responseset_id` string — The id of the global response set.
  - `name` string — The name of the global response set.
  - `created_at` string, date-time — The date the global response set was created.
  - `updated_at` string, date-time — The date the global response set was last updated.
  - `responses` S12ThepubV1GetGRSResponse[] — The responses in the global response set.
    - `id` string — The id of the response.
    - `label` string — The label of the response.
    - `short_label` string — The short label of the response.

## 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)
